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

1.3.0rc4: FAIL: matplotlib.tests.test_image.test_rasterize_dpi.test #2196

Closed
sandrotosi opened this issue Jul 2, 2013 · 2 comments
Closed

Comments

@sandrotosi
Copy link
Contributor

Hello,
running the test suite on Debian I got this failure, only on python 3.3:

FAIL: matplotlib.tests.test_image.test_rasterize_dpi.test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/home/morph/deb/build-area/matplotlib-1.3.0~rc4/build/lib.linux-x86_64-3.3-pydebug/matplotlib/testing/decorators.py", line
 40, in failer
    result = f(*args, **kwargs)
  File "/home/morph/deb/build-area/matplotlib-1.3.0~rc4/build/lib.linux-x86_64-3.3-pydebug/matplotlib/testing/decorators.py", line
 159, in do_test
    '(RMS %(rms).3f)'%err)
matplotlib.testing.noseclasses.ImageComparisonFailure: images not close: /home/morph/deb/build-area/matplotlib-1.3.0~rc4/result_im
ages/test_image/rasterize_10dpi_svg.png vs. /home/morph/deb/build-area/matplotlib-1.3.0~rc4/result_images/test_image/rasterize_10d
pi-expected_svg.png (RMS 0.004)

----------------------------------------------------------------------
Ran 1457 tests in 1605.315s

FAILED (KNOWNFAIL=3, failures=1)
@mdboom
Copy link
Member

mdboom commented Jul 2, 2013

Thanks -- we've seen this on Travis CI as well. We need to get to the bottom of it.

@mdboom
Copy link
Member

mdboom commented Sep 27, 2013

Haven't seen this in a while -- I'm going to assume it has been fixed by other recent changes to make the parallelizing of tests less of an issue.

@mdboom mdboom closed this as completed Sep 27, 2013
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

No branches or pull requests

2 participants