8000 Test errors with numpy 1.11.1rc1 · Issue #6489 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Test errors with numpy 1.11.1rc1 #6489
Closed
@cgohlke

Description

@cgohlke

On Windows, Python 3.5.1, 64-bit:

numpy 1.11.1rc1
matplotlib 1.5.2rc2
<snip>
======================================================================
ERROR: test suite for <class 'matplotlib.tests.test_axes.transplant_class.<locals>.C'>
----------------------------------------------------------------------
Traceback (most recent call last):
  File "X:\Python35\lib\site-packages\nose\suite.py", line 210, in run
    self.setUp()
  File "X:\Python35\lib\site-packages\nose\suite.py", line 293, in setUp
    self.setupContext(ancestor)
  File "X:\Python35\lib\site-packages\nose\suite.py", line 316, in setupContext
    try_run(context, names)
  File "X:\Python35\lib\site-packages\nose\util.py", line 471, in try_run
    return func()
  File "X:\Python35\lib\site-packages\matplotlib\testing\decorators.py", line 154, in setup_class
    cls._func()
  File "X:\Python35\lib\site-packages\matplotlib\tests\test_axes.py", line 87, in test_formatter_large_small
    if tuple(map(int, np.__version__.split('.'))) >= (1, 11, 0):
ValueError: invalid literal for int() with base 10: '1rc1'

======================================================================
ERROR: test suite for <class 'matplotlib.tests.test_bbox_tight.transplant_class.<locals>.C'>
----------------------------------------------------------------------
Traceback (most recent call last):
  File "X:\Python35\lib\site-packages\nose\suite.py", line 210, in run
    self.setUp()
  File "X:\Python35\lib\site-packages\nose\suite.py", line 293, in setUp
    self.setupContext(ancestor)
  File "X:\Python35\lib\site-packages\nose\suite.py", line 316, in setupContext
    try_run(context, names)
  File "X:\Python35\lib\site-packages\nose\util.py", line 471, in try_run
    return func()
  File "X:\Python35\lib\site-packages\matplotlib\testing\decorators.py", line 154, in setup_class
    cls._func()
  File "X:\Python35\lib\site-packages\matplotlib\tests\test_bbox_tight.py", line 94, in test_bbox_inches_tight_raster
    if tuple(map(int, np.__version__.split('.'))) >= (1, 11, 0):
ValueError: invalid literal for int() with base 10: '1rc1'

----------------------------------------------------------------------

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0