Open
Conversation
db6fe51 to
5e28783
Compare
schaubh
approved these changes
Feb 27, 2026
Contributor
schaubh
left a comment
There was a problem hiding this comment.
Thanks for adding this. This will hopefully ease file server access issues.
5e28783 to
e0d0020
Compare
Contributor
|
On your branch caching the data downloads, Codex tells me: Can you comment on this? It might be on to something. |
e0d0020 to
70c06ff
Compare
Contributor
Author
Fixed as suggested, Codex was correct and it should have been moved a few lines earlier! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a new environment variable that allows for overriding the default Pooch cache location. We can now use this in CI to set a persistent cache for the support data files so they do not need to be fetched every time. This cache has been set with a biweekly expiration policy to avoid the data from becoming too stale.
Verification
CI
Documentation
Add a section explaining how to set the env var.
Future work
N/A