You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We are currently storing an increasing amount of data (even though it's zipped) in this git repo.
Describe the solution you'd like
We should switch to storing data on figshare or zenodo.
Additional context
One complication is that openfe test won't be able to be run on hpcs that restrict web access. We should think carefully about how to have reasonable test coverage without needing full test data.
The text was updated successfully, but these errors were encountered:
One complication is that openfe test won't be able to be run on hpcs that restrict web access. We should think carefully about how to have reasonable test coverage without needing full test data.
I think pooch would work if you drop the data it needs in the right spot since then it would be a cache hit -- so I think we just need a guide "how to download test data on an air-gapped network" that will go something like "download all these files, and put them in .pooch/openfe/"
Then that should work, but we will then need a flag that disables the "do I have internet test" since that will skip the tests and it won't even check the cache. I think making a OFE_USE_LOCAL_TEST_DATA envar that a user would export would be best which would then disable the internet check but still run the tests the "need" internet.
Is your feature request related to a problem? Please describe.
We are currently storing an increasing amount of data (even though it's zipped) in this git repo.
Describe the solution you'd like
We should switch to storing data on figshare or zenodo.
Additional context
One complication is that
openfe test
won't be able to be run on hpcs that restrict web access. We should think carefully about how to have reasonable test coverage without needing full test data.The text was updated successfully, but these errors were encountered: