-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
numerical noise in doctests after pynac update #7609
Comments
Attachment: trac_7609-pynac_numerical_noise.patch.gz fix numerical noise |
comment:2
This is fine, but there was another one in functions/trig.py (this on a 32-bit Macintel 10.5):
but gave
|
apply only this patch |
comment:3
Attachment: trac_7609-pynac_numerical_noise.take2.patch.gz Hi Karl-Dieter, attachment: trac_7609-pynac_numerical_noise.take2.patch adds a fix for the error you get as well. It is a good coincidence that you're testing on that box. :) Thanks. |
Reviewer: Karl-Dieter Crisman |
comment:4
Okay, this seems good. I do still get the segfault in symbolic/expression.pyx but that is addressed elsewhere. |
Merged: sage-4.3.rc0 |
The new pynac package and patch from #7490 introduced numerical noise in some doctests. Attached patch should fix this.
Component: symbolics
Author: Burcin Erocal
Reviewer: Karl-Dieter Crisman
Merged: sage-4.3.rc0
Issue created by migration from https://trac.sagemath.org/ticket/7609
The text was updated successfully, but these errors were encountered: