-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
#27428 fix use of sig_on()/sig_off() in CBF.integral() #35044
Conversation
Codecov ReportBase: 88.60% // Head: 88.59% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #35044 +/- ##
===========================================
- Coverage 88.60% 88.59% -0.02%
===========================================
Files 2136 2136
Lines 396141 396142 +1
===========================================
- Hits 351009 350947 -62
- Misses 45132 45195 +63
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Tests morally passing |
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.
looks good to me
using undocumented cysignal functions sig_block()/sig_unblock(), based on Jeroen Demeyer's indications[1] [1] sagemath#27428 (comment)
6d2ee48
to
121c010
Compare
On 32-bit:
|
@vbraun Very unlikely that this failure is coming from this PR! |
Probably nondeterministic sort order in #35060, which added this test |
yep wrong ticket ;) |
No description provided.