-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
problems with real_part function #7957
Comments
Attachment: trac_7957-pynac_exceptions.patch.gz add exception handling to sage/symbolic/pynac.pyx |
comment:1
attachment: trac_7957-pynac_exceptions.patch adds exception handling to sage/symbolic/pynac.pyx to eliminate the "error ignored" message. With a simple change in the pynac Before:
After:
I'll make a new pynac package including this change available soon. |
Author: Burcin Erocal |
comment:2
Does trac_7957-pynac_exceptions.patch depend on anything? I'm getting 3 hunk failures when applying this to Sage 4.3.1.rc0:
|
Work Issues: needs work? |
comment:3
Sorry for the inconvenience. My patch queue contains all the fixes from yesterday. I forgot to check dependencies. This depends on #6961. You can apply the patch there without waiting for the new pynac spkg. Only the |
Reviewer: Karl-Dieter Crisman |
Changed work issues from needs work? to none |
comment:4
Fixes the error, and makes the same change throughout. Positive review. |
Merged: sage-4.3.3.alpha1 |
From the sage-devel thread:
http://groups.google.com/group/sage-devel/t/56519182d53e9cf8
This is fallout from #7490. See also #7916 for problems with
conjugate()
.CC: @sagetrac-rossk
Component: symbolics
Author: Burcin Erocal
Reviewer: Karl-Dieter Crisman
Merged: sage-4.3.3.alpha1
Issue created by migration from https://trac.sagemath.org/ticket/7957
The text was updated successfully, but these errors were encountered: