Skip to content

please tidy up your temporary files during testing #5347

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

Closed
yarikoptic opened this issue Oct 27, 2013 · 2 comments · Fixed by #5359
Closed

please tidy up your temporary files during testing #5347

yarikoptic opened this issue Oct 27, 2013 · 2 comments · Fixed by #5359
Milestone

Comments

@yarikoptic
Copy link
Contributor

I found that our /tmp on nibotmi was filled up with tmp*png files. And they are coming from pandas. I did

mkdir tmp; TMPDIR=$PWD/tmp nosetests -s -v pandas

to find 186 .png of 12M total after a single run of tests

@jtratner
Copy link
Contributor

I'll take a look - clearly an oversight.

@ghost ghost assigned jtratner Oct 28, 2013
@jtratner
Copy link
Contributor

It's because plt.savefig() adds an extension to the file by default and ensure_clean() checks for exactly the file name. Will put in a fix right now.

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

Successfully merging a pull request may close this issue.

2 participants