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

🐛 Cache load_dag in PathFinder only #2518

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

Marigold
Copy link
Collaborator

I started caching results of function load_dag. This might have caused problems (e.g. this issue #2517). It's safer to cache it only in PathFinder and not globally as the function is used by other functions, too.

@Marigold Marigold force-pushed the cache-load-dag-in-pathfinder-only branch 2 times, most recently from aaec886 to 5d04152 Compare April 11, 2024 13:16
@Marigold Marigold requested a review from pabloarosado April 11, 2024 13:16
@Marigold Marigold force-pushed the cache-load-dag-in-pathfinder-only branch from 5d04152 to f56d8ae Compare April 11, 2024 13:18
Copy link
Contributor

@pabloarosado pabloarosado left a comment

Choose a reason for hiding this comment

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

Thanks, looks good!

@Marigold Marigold merged commit 12e1233 into master Apr 11, 2024
8 of 9 checks passed
@Marigold Marigold deleted the cache-load-dag-in-pathfinder-only branch April 11, 2024 14:25
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