-
-
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
Fix IP is none error in doctests #30935
Milestone
Comments
comment:2
Could you expand the ticket description please? How does one provoke this error? |
comment:3
The error happened while running
via the VS Code "Run Python file in terminal". (I know that is a somewhat none-standard form to run the doctests.) Stack trace:
|
This comment has been minimized.
This comment has been minimized.
Reviewer: Matthias Koeppe |
comment:6
Thanks! |
Changed branch from public/doctest/ipythonnot to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The sage doctester, when invoked from plain Python, errors out because IPython is not initialized:
This is fixed by adding a check for none.
CC: @mkoeppe @dimpase
Component: doctest framework
Author: Tobias Diez
Branch/Commit:
042825b
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/30935
The text was updated successfully, but these errors were encountered: