You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sage: g = V.pseudohom(m.transpose(), Frob)
sage: f == g
Check failure on line 483 in src/sage/modules/free_module_pseudomorphism.py
GitHub Actions
/ Conda (ubuntu, Python 3.12)
Failed example:
Failed example:: Got: True
Looks like __eq__ forgets to check that the side are equal. @xcaruso ?
sagemathgh-39837: Richcmp for pseudomorphisms
This PR implements rich comparison for pseudomorphisms.
Fixessagemath#39807
### 📝 Checklist
<!-- Put an `x` in all the boxes that apply. -->
- [x] The title is concise and informative.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [x] I have created tests covering the changes.
- [x] I have updated the documentation and checked the documentation
preview.
URL: sagemath#39837
Reported by: Xavier Caruso
Reviewer(s): user202729, Xavier Caruso
Steps To Reproduce
on CI:
Looks like
__eq__
forgets to check that the side are equal. @xcaruso ?added in #38650
Side note:
__lt__
etc. (fallback from_richcmp_
) are not overridden. Is this intentional? (e.g. is trichotomy ever violated?)Another bug:
__eq__
returns None if wrong type (surely it shouldn't return None right, it should returnNotImplemented
).Expected Behavior
Actual Behavior
Additional Information
No response
Environment
CI, latest
Checklist
The text was updated successfully, but these errors were encountered: