Skip to content
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 in combinat/words/morphism.py creates a file "test.sobj" not in a temporary directory #8023

Closed
jhpalmieri opened this issue Jan 21, 2010 · 3 comments

Comments

@jhpalmieri
Copy link
Member

Doctests in Sage should only create files in temporary directories, like SAGE_TMP. The attached patch fixes a doctest in sage/combinat/words/morphism.py.

Component: combinatorics

Author: John Palmieri

Issue created by migration from https://trac.sagemath.org/ticket/8023

@jhpalmieri
Copy link
Member Author

comment:1

Attachment: trac_8023-sagetmp.patch.gz

@jhpalmieri jhpalmieri added this to the sage-4.3.2 milestone Jan 21, 2010
@mwhansen
Copy link
Contributor

comment:2

#5155 has a similar fix along with other stuff for preventing stuff to be written to $SAGE_ROOT

@jhpalmieri
Copy link
Member Author

comment:3

Replying to @mwhansen:

#5155 has a similar fix along with other stuff for preventing stuff to be written to $SAGE_ROOT

Okay, I'll mark this as a duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants