-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
doctest fix for: substitute exp(-x) with x infinity fails #19918
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
This is very likely a bug in pynac. |
comment:3
As far as I can tell, there is some sort of sign confusion occurring in pynac. This is now pynac/pynac#123. |
Upstream: Reported upstream. Developers acknowledge bug. |
Dependencies: pynac-0.6.0 |
Changed upstream from Reported upstream. Developers acknowledge bug. to Fixed upstream, in a later stable release. |
comment:5
This will be fixed in pynac-0.6.0; I'll add a doctest on this ticket after the upgrade. |
Changed dependencies from pynac-0.6.0 to pynac-0.6.1 |
comment:6
Replying to @behackl:
... typo; I meant the next release (pynac-0.6.1 or so...). |
Changed dependencies from pynac-0.6.1 to #19948 |
Branch: u/behackl/symbolics/oo_subs |
Commit: |
Changed branch from u/behackl/symbolics/oo_subs to u/behackl/symbolics/subs_oo |
comment:9
I recommend adding a test also for [comment:4], which is the real underlying reason of this ticket. |
comment:10
I agree. Where is the best place to add tests for the equality of these hashes? Probably in the |
comment:12
Indeed. There are already several doctests of the form |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:14
Thanks for pointing me there! I've added some tests for this; there might be some overlap with #19928. Do you want to have an explicit test like
too? |
comment:15
What you added is fine already, thanks! I'll just wait for #19948 with the review. |
Changed upstream from Fixed upstream, in a later stable release. to none |
Reviewer: Ralf Stephan |
Author: Benjamin Hackl |
comment:17
doctest fails |
Changed branch from u/behackl/symbolics/subs_oo to u/rws/symbolics/subs_oo |
Changed branch from u/rws/symbolics/subs_oo to |
is fine, but
Original report thread:
Depends on #19948
CC: @rwst
Component: symbolics
Keywords: bug
Author: Benjamin Hackl
Branch/Commit:
45420f5
Reviewer: Ralf Stephan
Issue created by migration from https://trac.sagemath.org/ticket/19918
The text was updated successfully, but these errors were encountered: