-
Notifications
You must be signed in to change notification settings - Fork 65
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
fix Oscar #4170 - too low precision in factoring #1640
Conversation
#1639 without the other commit |
@fieker do you have the condensed example? |
On Wed, Oct 09, 2024 at 03:08:16AM -0700, Tommy Hofmann wrote:
@fieker do you have the condensed example?
Its still the degree 96 over quad. Don't know if we want to add it
…
--
Reply to this email directly or view it on GitHub:
#1640 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
The following is hanging for me with this change:
P.S.: It is an example from the tests |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1640 +/- ##
==========================================
+ Coverage 75.80% 75.85% +0.04%
==========================================
Files 361 361
Lines 113700 113720 +20
==========================================
+ Hits 86192 86263 +71
+ Misses 27508 27457 -51
|
The |
I checked out the th/facccc and it terminates on my machine in 150sec - now twice |
OK, 13sec in the previous version. I see the problem |
No description provided.