You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pbjam/tests/test_asy_peakbag.py::test_get_modeIDs and pbjam/tests/test_asy_peakbag.py::test_get_summary_stats can run into failure when executing the following commands: pip install pytest-randomly pytest --randomly-seed=1234
The text was updated successfully, but these errors were encountered:
Thanks for the heads up! I didn't know pytest can randomize the tests.
That said, the tests do need to be reworked at some point, they don't cover
everything particularly well.
pbjam/tests/test_asy_peakbag.py::test_get_modeIDs
andpbjam/tests/test_asy_peakbag.py::test_get_summary_stats
can run into failure when executing the following commands:pip install pytest-randomly
pytest --randomly-seed=1234
The text was updated successfully, but these errors were encountered: