Skip to content
New issue

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

Harden the tile cache between python versions and numpy versions #1751

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

manthey
Copy link
Member

@manthey manthey commented Jan 2, 2025

If a python version with numpy >= 2.x wrote a tile to the cache, and then a python version with numpy < 2.x tried to read the tile from the cache, the failure was a ModuleNotFoundError rather than the errors we were checking for. This now counts as a cache miss rather than a failure.

If a python version with numpy >= 2.x wrote a tile to the cache, and
then a python version with numpy < 2.x tried to read the tile from the
cache, the failure was a ModuleNotFoundError rather than the errors we
were checking for.  This now counts as a cache miss rather than a
failure.
@manthey manthey merged commit 7440b00 into master Jan 2, 2025
17 of 18 checks passed
@manthey manthey deleted the harden-cache branch January 2, 2025 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant