Open
Description
Steps To Reproduce
Calls like Permutations([[1],[2],[3]])
, Subsets([[1],[2],[3]])
, SetPartitions([[1],[2],[3]])
etc. all result in the error:
TypeError: unhashable type: 'list'
Expected Behavior
Should work.
Actual Behavior
TypeError
Additional Information
No response
Environment
- OS: Ubuntu 24.04.1 LTS
- Sage Version: 10.5.beta6
Checklist
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
- I have read the documentation and troubleshoot guide
Activity