Skip to content

special.wrightomega test failure using numpy's master branch #7227

@WarrenWeckesser

Description

@WarrenWeckesser

The test suite using numpy's master branch has failed in several recent pull requests (#7222, #7211, #7190). Here's the relevant output of the test:

======================================================================
FAIL: test_wrightomega.test_wrightomega_inf_branch
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.5.2/lib/python3.5/site-packages/numpy/testing/utils.py", line 368, in assert_equal
    assert_equal(actuali, desiredi)
  File "/home/travis/virtualenv/python3.5.2/lib/python3.5/site-packages/numpy/testing/utils.py", line 393, in assert_equal
    raise AssertionError(msg)
AssertionError: 
Items are not equal:
 ACTUAL: -0.0
 DESIRED: 0

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.5.2/lib/python3.5/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/home/travis/virtualenv/python3.5.2/lib/python3.5/site-packages/scipy/special/tests/test_wrightomega.py", line 26, in test_wrightomega_inf_branch
    assert_equal(res, 0)
  File "/home/travis/virtualenv/python3.5.2/lib/python3.5/site-packages/numpy/testing/utils.py", line 370, in assert_equal
    raise AssertionError(msg)
AssertionError: 
Items are not equal:
 ACTUAL: -0j
 DESIRED: 0

----------------------------------------------------------------------
Ran 24211 tests in 515.918s

FAILED (KNOWNFAIL=91, SKIP=1881, failures=1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions