-
-
Notifications
You must be signed in to change notification settings - Fork 554
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
UniqueFactory for unhashable elements #16317
Labels
Milestone
Comments
Branch: u/saraedum/ticket/16317 |
Dependencies: #16316 |
New commits:
|
Commit: |
Author: Julian Rueth |
Reviewer: Peter Bruin |
Changed branch from u/saraedum/ticket/16317 to |
This was referenced Sep 30, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to #16316, caching does not work in factories if some of the parameters
are not hashable.
With this ticket, factories look at the
_cache_key
defined for cachedfunctions/methods if a parameter is not hashable.
Depends on #16316
Component: misc
Author: Julian Rueth
Branch/Commit:
ba9befa
Reviewer: Peter Bruin
Issue created by migration from https://trac.sagemath.org/ticket/16317
The text was updated successfully, but these errors were encountered: