-
Notifications
You must be signed in to change notification settings - Fork 268
Closed
Description
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.
Reactions are currently unavailable