Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The issue with intermittent failures due to latex/eps seems to be due to some sort of race condition / conflict due to latex + multiprocess in nose.
Running:
python tests.py -s --processes=8 --process-timeout=300 matplotlib.tests.test_backend_ps
multiple times might fail the first time, but then subsequent runs (seem to) always work
rm -rf ~/.cache/matplotlib/tex.cache/ rm -rf ~/.cache/matplotlib/test_cache/ python tests.py -s --processes=8 --process-timeout=300 matplotlib.tests.test_backend_ps
will fail semi-consistently
rm -rf ~/.cache/matplotlib/tex.cache/ rm -rf ~/.cache/matplotlib/test_cache/ python tests.py -s matplotlib.tests.test_backend_ps
never fails.
The text was updated successfully, but these errors were encountered:
Closing as travis is no longer used.
Sorry, something went wrong.
No branches or pull requests
The issue with intermittent failures due to latex/eps seems to be due to some sort of race condition / conflict due to latex + multiprocess in nose.
Running:
multiple times might fail the first time, but then subsequent runs (seem to) always work
will fail semi-consistently
never fails.
The text was updated successfully, but these errors were encountered: