Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test failure in filter_design #5823

Closed
ev-br opened this issue Feb 9, 2016 · 2 comments
Closed

test failure in filter_design #5823

ev-br opened this issue Feb 9, 2016 · 2 comments
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.signal
Milestone

Comments

@ev-br
Copy link
Member

ev-br commented Feb 9, 2016

Found in testing @matthew-brett's manylinux wheels (https://mail.scipy.org/pipermail/numpy-discussion/2016-February/074841.html) on python 2.7.11 on a 64-bit ubuntu trusty.

======================================================================
FAIL: Regression test for #651: better handling of badly conditioned
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/br/virtualenvs/manylinux/local/lib/python2.7/site-packages/scipy/signal/tests/test_filter_design.py", line 167, in test_bad_filter
    assert_raises(BadCoefficients, tf2zpk, [1e-15], [1.0, 1.0])
  File "/home/br/virtualenvs/manylinux/local/lib/python2.7/site-packages/numpy/testing/utils.py", line 1109, in assert_raises
    return nose.tools.assert_raises(*args,**kwargs)
AssertionError: BadCoefficients not raised
@rgommers
Copy link
Member

Should be fixed by gh-5796

@rgommers rgommers added defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.signal labels Feb 10, 2016
rgommers added a commit to e-q/scipy that referenced this issue Jun 18, 2017
Will be fixed properly by scipygh-5796, which deals with all tests
that modify warning filters.
@rgommers
Copy link
Member

Will fix this temporarily as part of gh-7336 by skipping the test, it's unreliable. gh-5796 will be the permanent fix.

@larsoner larsoner added this to the 1.0 milestone Jun 18, 2017
rgommers added a commit to rgommers/scipy that referenced this issue Jun 19, 2017
Will be fixed properly by scipygh-5796, which deals with all tests
that modify warning filters.

Also silence warning for test added in previous commit.

(cherry picked from commit c77e97e)

backported from scipygh-7336
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.signal
Projects
None yet
Development

No branches or pull requests

3 participants