-
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
19 tests fail #861
Comments
@yurivict Hm, our tests all pass with Python 3.9 (and have for a long time). See these results. Your log suggests that a great many (perhaps all - I may not have read the entire log closely) of the failures you see are associated with the error message:
which means that a) there is an importable It seems more likely to me that there is something wrong with the installation of |
Please note that |
The ```dill`` module was in fact broken. Updating it corrected all errors, except for this one:
|
@yurivict That error still seems related to dill. That test passes all our CI on all versions and platforms we test on. We really can not guarantee that our unit tests pass for everyone on every system and environment. That is not actually the purpose of our tests (nor is it really the purpose or promise of any test framework). We try to be helpful to anyone using our code, but we also are going to have a default view that tests that pass in our test environments but fail on some particular system or environment mean that environment is faulty. Please use the results from running our tests on your environment as a test your environment. |
|
@yurivict Well, the code there (see Line 9 in a03ac0f
if Again, all of our tests pass on all the systems and all of the test environments. A failure on a different environment strongly suggests a problem with that environment. This really is not an issue with lmfit. You ignored all of our requests and actual requirements for how to submit an issue and continue to suggest there is a problem here. We have been exceedingly polite even in the face of your inability to follow our request or reason about debugging your system. |
See log here.
Version: 1.2.0
Python-3.9
FreeBSD 13.1
The text was updated successfully, but these errors were encountered: