-
Notifications
You must be signed in to change notification settings - Fork 63
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
Make comparison of polynomials error if parent check fails #1800
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1800 +/- ##
==========================================
- Coverage 88.14% 88.13% -0.01%
==========================================
Files 119 119
Lines 29986 29981 -5
==========================================
- Hits 26430 26424 -6
- Misses 3556 3557 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am fine with this in principle, although I am not sure how useful it is in general. But there definitely is no harm.
To me, it sounds reasonable to throw an error if a comparison does (mathematically) not make sense instead of just saying |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am just artificially blocking this in favor of concluding in triage how to proceed with oscar-system/Oscar.jl#4107 first.
Co-authored-by: Max Horn <[email protected]>
Co-authored-by: Max Horn <[email protected]>
I would prefer to just implement |
Triage agreed with this idea |
One way to resolve oscar-system/Oscar.jl#4107 . Let's see what CI says.