-
Notifications
You must be signed in to change notification settings - Fork 270
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
Bug: test/test_Signal.py:51: AssertionError 162 != 161 with Python 3.7 & MACS 2.2.5 #340
Comments
Thanks @taoliu I found this while packaging the latest release of MACS for Debian. Alas Debian doesn't have 1.17 yet, just 1.16.5 https://tracker.debian.org/pkg/python-numpy Shall I delay the new package of MACS until Debian gets numpy 1.17+? |
@mr-c Please delay. I think sid will soon pick up numpy1.17? But, it seems only 1.16.5 will be included in testing/Bullseye. |
Okay, happy to delay. Once numpy 1.17 passes the tests it will also migrate to testing/Bullseye |
With python3 numpy version |
@mr-c Strange! It can pass all the tests through Travis CI in the PR #345... as the configuration with .travis.yml and Travis CI report for this test. I used Python 3.7.5 and Numpy 1.17.4 the same as you mentioned. Do you mind to share some suggestions on how to replicate the error? Currently, I am preparing the v2.2.6 release. But I am happy to delay the release until I can address the issue for Debian. |
Thanks for the new release with all the tests!
Describe the bug
Build time test failure
To Reproduce
python3.7 -m pytest test
Expected behavior
No failed tests
Screenshots
System (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: