-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cache is never used because hashes do not match #389
Comments
I tried the following in a GH codespace (Debian GNU/Linux 12 (bookworm):
What I get from this:
I don't know why the hashes are different but I guess it is not something we can easily solve. The intention of the hash is to check if the pickled function arguments where created together with the cached netcdf file. In other words if the .pklz and the .nc file belong together. This is nice to have check but the cache will work without. So I would propose to disable the hash check until we find a solution for this. packageversions used: script 1
yields:
script 2
yields:
hashes.txt:
hashesv2.txt:
|
Solved with #395 |
At the moment I cannot use the caching functionality in one of my projects. Confirmed to happen for REGIS and AHN datasets.
For some reason the hashes never match, causing the cache to be invalidated. However, when I try reproducing this in a separate minimal example, the caching is working fine.
If anyone has any ideas, I'd love to hear them, otherwise as my investigation continues I will post updates here.
This is working fine...
Versions:
The text was updated successfully, but these errors were encountered: