Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

testOpLazyConnectedComponents.TestOpLazyCC.testParallel fails sometimes #251

Open
k-dominik opened this issue Sep 8, 2017 · 0 comments
Open

Comments

@k-dominik
Copy link
Contributor

It fails quite reproducibly on CircleCI and occasionally also on my machine.

Sample output:

======================================================================
FAIL: testParallel (testOpLazyConnectedComponents.TestOpLazyCC)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ubuntu/lazyflow/tests/testOpLazyConnectedComponents.py", line 375, in testParallel
    assert_array_equal(out[i].squeeze(), out[i+1].squeeze())
  File "/home/ubuntu/miniconda/envs/test-env/lib/python3.6/site-packages/numpy/testing/utils.py", line 871, in assert_array_equal
    verbose=verbose, header='Arrays are not equal')
  File "/home/ubuntu/miniconda/envs/test-env/lib/python3.6/site-packages/numpy/testing/utils.py", line 796, in assert_array_compare
    raise AssertionError(msg)
AssertionError: 
Arrays are not equal

(mismatch 100.0%)
 x: array([[1, 1, 1, ..., 1, 1, 1],
       [1, 1, 1, ..., 1, 1, 1],
       [1, 1, 1, ..., 1, 1, 1],...
 y: array([[2, 2, 2, ..., 2, 2, 2],
       [2, 2, 2, ..., 2, 2, 2],
       [2, 2, 2, ..., 2, 2, 2],...
-------------------- >> begin captured stdout << ---------------------
{1, 2}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant