We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A version of the following code is used to configure the tests
import pooch pooch_testdata = pooch.create( path=pooch.os_cache("seaduck"), base_url="doi:10.5281/zenodo.7949168", registry=None, ) pooch_testdata.load_registry_from_doi() # Automatically populate the registry
This result in a "KeyError: "Key"".
Apparently, folks are already working on this and has already opened a pull request fatiando/pooch#371.
The text was updated successfully, but these errors were encountered:
OMS-NetZero/FAIR#138
I know so little about pooch, but this seems like a valid way of getting around the doi issue.
Sorry, something went wrong.
pooch v1.8.0 have this issue resolved. However, the CI process is still downloading some older version at this moment. I will wait a few more days.
closed after github CI updated to pooch 1.8.0
No branches or pull requests
A version of the following code is used to configure the tests
This result in a "KeyError: "Key"".
Apparently, folks are already working on this and has already opened a pull request fatiando/pooch#371.
The text was updated successfully, but these errors were encountered: