-
-
Notifications
You must be signed in to change notification settings - Fork 674
Fix missing warning in SplittingAlgebra #41016
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
base: develop
Are you sure you want to change the base?
Conversation
Documentation preview for this PR (built with commit f8727bd; changes) is ready! 🎉 |
if it defaults to None but is set to True whenever it's None, isn't it simpler to default it to True as before? |
Yes, you're right! I changed that again (it must have been a relic from a previous attempt). Thanks for watching. |
not sure if the following can happen and what's the intended behavior. Let's say you have
and both |
I understand your point, but I think it doesn't apply in our cases:
|
📝 Checklist
This PR fixes the bug identified at #40213 (comment). In detail:
This PR also fixes some optional doctests in
src/sage/algebras/hecke_algebras/cubic_hecke_algebra.py
that were broken due to changes to polynomial formatting.⌛ Dependencies