Skip to content

Strange bug on Py3 with 13 or 17 engines #403

@kwmsmith

Description

@kwmsmith

On Python 3:

$ dacluster start -n 13

$ make test
...
======================================================================
FAIL: test_sum_4D_cyclic (distarray.dist.tests.test_distarray.TestReduceMethods)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./distarray/dist/tests/test_distarray.py", line 591, in test_sum_4D_cyclic
    assert_allclose(darr.sum().tondarray(), arr.sum())
  File "/Users/ksmith/Devel/virtualenvs/venv-py3.3.2-64bit/lib/python3.3/site-packages/numpy/testing/utils.py", line 1181, in assert_allclose
    verbose=verbose, header=header)
  File "/Users/ksmith/Devel/virtualenvs/venv-py3.3.2-64bit/lib/python3.3/site-packages/numpy/testing/utils.py", line 644, in assert_array_compare
    raise AssertionError(msg)
AssertionError:
Not equal to tolerance rotl=1e-07, atol=0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions