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
it downloads datasets from https://datadryad.org/stash/dataset/doi:10.5061/dryad.crjdfn32v the download URLs are not super stable, but also datadryad.org website unavailability can cause the recirq test suites to flake out and fail
It may be better to avoid the external dependency on datadryad.org in tests and mock out the download.
The text was updated successfully, but these errors were encountered:
Documenting discussion with the helpful folks at Dryad:
Our team has confirmed that individual files do not have their own unique link. Previously, the did but that was changed with the relaunch in 2019.
So a permanent fix should use the DOI of the dataset instead of URLs for individual files.
Sorry, something went wrong.
fetch_publication_data
Successfully merging a pull request may close this issue.
it downloads datasets from https://datadryad.org/stash/dataset/doi:10.5061/dryad.crjdfn32v
the download URLs are not super stable, but also datadryad.org website unavailability can cause the recirq test suites to flake out and fail
It may be better to avoid the external dependency on datadryad.org in tests and mock out the download.
The text was updated successfully, but these errors were encountered: