-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Cannot successfully run tests locally #3811
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
Comments
I have checked this, and if I change the |
Possibly related: I have always had trouble with |
Has this ever come up in the ci builds? I never had that kind of trouble with the tests locally |
I'm not sure what this is. In the models I have done for work the same thing happens, and I have had to use No, this never seems to happen on Travis. I have no idea what causes this. |
The jitter part of the initialization adds some random noise to the result from the |
I'm able to run this locally - is this still an issue or can we close? |
I'll retest and close if this is gone. |
Retested, and have 13 failed tests locally on master:
Off-hand, it looks like The float32 errors are:
...so this does not look ready to close. More information about |
The float 32 issue is an issue with theano compilation and I have |
Looking at the
I get a |
Checking with pdb, we try to save the So ... why does this work for CI and not for me? |
These fail on CI with
|
I'll file a separate ticket for this, since we have a clear mechanism for it. |
Discussion of recursion error should go to #4273 |
I get chain failure errors on two of the tests:
pymc3/tests/test_sampling.py::TestSamplePPC.test_deterministic_of_observed
andpymc3/tests/test_sampling.py::TestSamplePPC.test_deterministic_of_observed_modified_interface
I have destroyed my
pymc3
virtual environment twice, and reinstalled first with 3.7.1 and second with 3.6.8, and I still get the problem.Description of your problem
Please provide a minimal, self-contained, and reproducible example.
(alas, this is obviously not reproducible)
Please provide the full traceback.
Please provide any additional information below.
Attaching output of
pip freeze
from Python 3.6.8 virtual environment.pip_freeze_.txt
Versions and main components
pip install -e
The text was updated successfully, but these errors were encountered: