-
Notifications
You must be signed in to change notification settings - Fork 281
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
2 tests fail #802
Comments
@yurivict Thanks, but I'm not sure we're going to act on this. We don't really promise that a) all tests will always pass on all platforms and contexts, or that b) we view such failures as "actionable". Specifically, we do not test with FreeBSD and do not intend to do so. Tests are targeted for our CI systems and used so that we have confidence that we have not broken expected behavior during development. While the results of running tests on other platforms are interesting, they are not necessarily something that we will address. Do these failures present a problem for you? If so, can you explain what that problem is? |
No, I just ran them once and 2 of them failed. |
the first failure is fixed already in 753db61 ; it turns out that with some change in SciPy the fit converges quicker than before and that's where the failure originated from. The second one I already marked as "flaky" in 5891949 to try and avoid these failures; it should really be able to run within the time unless the hardware is really old... |
@reneeotten thanks, yeah to me this says "lmfit runs fine of FreeBSD even though we don't test it". So, thanks @yurivict but there is no further action needed here. |
Description
A Minimal, Complete, and Verifiable example
n/a
Error message:
see above
Version information
1.0.3
Python-3.9
FreeBSD 13.1
The text was updated successfully, but these errors were encountered: