-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
With plantri installed, a doctest creates a file in SAGE_ROOT #34245
Comments
Branch: public/34245 |
Commit: |
comment:2
Good catch! (Plantri parses "3" as the name of the output file.) This little patch fixes the doctest so it tests the same sagemath codepath without creating a file. New commits:
|
Author: Dave Morris |
comment:3
Thank you for the fix. |
Reviewer: David Coudert |
comment:4
FYI, plantri writes to
In this last case, the graphs are written in file |
comment:5
Thanks for the review and additional comments. Perhaps there should be a follow-up ticket. |
Changed branch from public/34245 to |
The doctest in
graphs/graph_generators.py
creates a file "3" in
SAGE_ROOT
if the optional packageplantri
is detected and used. Maybe the doctest should be changed, maybe the code should be changed so that the error is caught before the file is created.Component: packages: optional
Author: Dave Morris
Branch/Commit:
4b3b7f4
Reviewer: David Coudert
Issue created by migration from https://trac.sagemath.org/ticket/34245
The text was updated successfully, but these errors were encountered: