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

TST: flaky TestSOSFreqz::test_fs_param #18737

Merged
merged 1 commit into from Jun 25, 2023

Commits on Jun 24, 2023

  1. TST: flaky TestSOSFreqz::test_fs_param

    * deals with the 1 of the 2 Apple silicon
    test failures in scipygh-18732
    
    * I was able to reproduce locally, but because
    it was flaky I needed `pytest-repeat` for
    consistent failure:
    `CC=clang CXX=clang++ FC=gfortran-12 python dev.py test -t scipy/signal/tests/test_filter_design.py::TestSOSFreqz::test_fs_param -- --count=200`
    
    * I verified that with the provided patch/`atol` bump,
    we consistently pass even with `2000` repeats
    
    [skip circle]
    tylerjereddy committed Jun 24, 2023
    Copy the full SHA
    e3d6041 View commit details
    Browse the repository at this point in the history