-
-
Notifications
You must be signed in to change notification settings - Fork 535
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 issue -- combining # long and # 32-bit / # 64-bit #2235
Comments
comment:1
Note: there's a long doctest in sage/rings/number_field/totallyreal_rel.py that is what caused me to notice this; I've made that a # no doctest for now, because it was causing timeouts on some machines. When this bug is fixed, that needs to be changed into a # long. |
This comment has been minimized.
This comment has been minimized.
Author: Jeroen Demeyer |
comment:3
Just need to add a doctest that this works now. |
comment:4
Attachment: 2235_long_time.patch.gz |
Dependencies: #12415 |
Reviewer: David Roe |
comment:6
Looks good to me. |
Merged: sage-5.9.beta0 |
Combining # long with # 32-bit / # 64-bit seems to completely ignore the # long directive.
There's a long doctest in sage/rings/number_field/totallyreal_rel.py that is what caused me to notice this; I've made that a # no doctest for now, because it was causing timeouts on some machines. When this bug is fixed, that needs to be changed into a # long.
Depends on #12415
CC: @ncalexan
Component: doctest framework
Author: Jeroen Demeyer
Reviewer: David Roe
Merged: sage-5.9.beta0
Issue created by migration from https://trac.sagemath.org/ticket/2235
The text was updated successfully, but these errors were encountered: