-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Possible bug: dare_test_tjm_2 and dare_test_tjm_3 with accelerate/mkl #84
Comments
@albop I replicated this when I ran tests with Python 3.4 using MKL It looks like the following is happening: In line 160 of I might look into it a little more later, I just wanted to at least figure out what was happening before I forgot about it. |
The reason we don't get this problem when we aren't on |
Is still still an issue with the re-vamped matrix tools functions? |
We have done nothing to address these issues for now. It has to do with LAPACK and MKL being slightly different. |
The same tests failed recently: https://travis-ci.org/QuantEcon/QuantEcon.py/builds/109609660. |
This is now high priority due to tests failing under the latest anaconda distribution. Is anyone aware of a root cause of this issue before I dive in? I cannot seem to replicate this on a fresh |
I have updated the TravisCI environment. It seems to pass all tests suggesting an upstream fix. If someone had some time to run Then I propose we close the issue. |
I guess this is a separate issue but here's my output
|
Thanks @jstac this is actually an error that results in the notice for removing the models subpackage. So when models loads it throws the ImportError. I should have been more specific with nosetests, Travis runs the following: nosetests --exclude=models |
With latest anaconda:
|
That looks like the test suite passes on your machine also. |
I got the same errors today.
|
Hey @oyamad I wasn't able to replicate this
|
I am on Mac:
|
OK thanks for reporting @oyamad. Maybe it's time to add |
Re #84 (comment), on my machine I have |
On my laptop, I got the following output when running the tests this morning:
The problem disappeared when I upgraded Anaconda, and removed the MKL and accelerate packages (since I don't have a license anymore):
Has anybody run the tests with the accelerate/mkl packages ?
The text was updated successfully, but these errors were encountered: