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
Hello, jkitchin!
I used pycse-2.3.3 to cache the result of the calculation. I used this information as an example: https://kitchingroup.cheme.cmu.edu/blog/2023/09/24/Adding-new-backends-to-hashcache/ but it did not work for me Python gave the following error:
The hashcache function decorator is deprecated. Please use the class decorator instead.
Where can I get recent examples of using pycse.hashcache?
Best regards, zion0210
The text was updated successfully, but these errors were encountered:
I think you just use it like this.
from pycse.hashcache import HashCache @HashCache def f(x): return x
There is documentation at https://kitchingroup.cheme.cmu.edu/pycse/docs/pycse.html#module-pycse.hashcache, although I am not sure it is exactly what you are looking for.
Sorry, something went wrong.
No branches or pull requests
Hello, jkitchin!
I used pycse-2.3.3 to cache the result of the calculation.
I used this information as an example:
https://kitchingroup.cheme.cmu.edu/blog/2023/09/24/Adding-new-backends-to-hashcache/
but it did not work for me
Python gave the following error:
The hashcache function decorator is deprecated. Please use the class decorator instead.
Where can I get recent examples of using pycse.hashcache?
Best regards,
zion0210
The text was updated successfully, but these errors were encountered: