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

feature[next]: Fix caching stability #1473

Merged
merged 7 commits into from
Feb 28, 2024

Conversation

tehrengruber
Copy link
Contributor

#1449 introduced a hashing function for expressions that relied on Python's builtin hash. As hash is not stable across interpreter runs this broke caching in some cases. This PR fixes that.

@tehrengruber tehrengruber changed the title Fix caching stability feature[next]: Fix caching stability Feb 28, 2024
Copy link
Contributor

@egparedes egparedes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ILGTM

@tehrengruber tehrengruber merged commit 563fe29 into GridTools:main Feb 28, 2024
31 checks passed
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.

2 participants