Open
Description
Steps To Reproduce
- Create an element of
SymmetricGroup(n)
, sayP
. - Call the function
RSK(P)
.
Expected Behavior
ValueError: P
is not one of the types supported by RSK
, or some similar way of declaring an error.
Actual Behavior
The kernel dies.
Additional Information
No response
Environment
- **OS**: MacOS 14 Sonoma
- **Hardware**: M2 Silicon Chip MacBook Air 13'
- **Sage Version**: 10.0
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