-
-
Notifications
You must be signed in to change notification settings - Fork 482
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 interfaces/psage.py #12061
Comments
Apply to devel/sage |
comment:1
Attachment: trac_12061-doctest_interfaces_psage.patch.gz Form some reason doctesting this file goes into an infinite recursion with twisted, but all the commands work on the Sage command line. I had to run it like this to see the output
And
|
Attachment: trac_12061-doctest_interfaces_psage.2.patch.gz Apply to devel/sage |
comment:2
Finally I have been able to figure out the cause of the infinite recursion. The fix is present in the patch. |
This comment has been minimized.
This comment has been minimized.
comment:3
Two functions are not directly or indirectly doctested: |
comment:4
Why add If you do, you also need to add "# long time". |
comment:5
Replying to @jdemeyer:
I did this after testing many different inputs and this was one input which doesn't take too long but which also doesn't give the result immediately. So, Is there a better way to test this? Otherwise, I will add |
comment:6
Hmm.. I have a patch ready but I am unable to upload it. Something is wrong with trac. The upload page is simply stuck and never finishes the upload. I will just record the terminal output here and upload the patch some other day.
|
Attachment: trac_12061.txt Apply only this patch to devel/sage |
comment:7
There seems to be some weird problem with trac. I am unable to upload the original file since it contained
instead of
Even after I did that change, I am unable to upload it as a .patch file. So I renamed the file and it works. |
This comment has been minimized.
This comment has been minimized.
Changed keywords from none to doctest sd40.5 |
comment:8
Attachment: test.patch.gz |
comment:9
patchbot: apply trac_12061.txt |
comment:10
removing sd40.5. This PSage has extremely weird behavior which changes between several different versions of Sage. The doctests used to all pass earlier and now they don't. |
Changed keywords from doctest sd40.5 to none |
comment:11
Please fill in your real name as Author. |
comment:12
Sorry jdemeyer. It seems I tend to not fill up author fields. Will try to remember to do so from next time. |
Author: Punarbasu Purkayastha |
Work Issues: find out why doctests change every sage version |
Towards completing #12024.
Apply only attachment: trac_12061.txt to
devel/sage
.Component: interfaces
Work Issues: find out why doctests change every sage version
Author: Punarbasu Purkayastha
Issue created by migration from https://trac.sagemath.org/ticket/12061
The text was updated successfully, but these errors were encountered: