Skip to content

test_pynnio failing on CircleCI for Python 2.7 #572

@jpgill86

Description

@jpgill86

After merging #565 into master (3694c07):

======================================================================
FAIL: test_write_segment (neo.test.iotest.test_pynnio.TestPyNNNumpyIO_Spikes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/circleci/repo/neo/test/iotest/test_pynnio.py", line 60, in test_write_segment
    assert_file_contents_equal(self.test_file, write_test_file)
  File "/home/circleci/repo/neo/test/tools.py", line 96, in assert_file_contents_equal
    assert file_digest(a) == file_digest(b), generate_error_message(a, b)
AssertionError: Files have the same size but different contents

The test is failing on CircleCI for Python 2.7. It's passing on CircleCI for Python 3.6, and on Travis.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions