Skip to content
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

Unpin theano #2728

Closed
wants to merge 15 commits into from
Closed

Unpin theano #2728

wants to merge 15 commits into from

Conversation

ColCarroll
Copy link
Member

Found two problems, which both seem related to CI and testing, not to functionality.
-- if you conda install mkl-service you need to also set MKL_THREADING_LAYER=GNU (which the error message tells you). We don't require mkl-service (though we do recommend it), and it only gets installed in create-testenv.sh, so I don't think we need to do anything else with that.
-- new theano imports nose in its unittests, and we have a unittest where we import theano unittests, so I added that to the requirements-dev.txt.

@ColCarroll
Copy link
Member Author

It looks like there are some meaningful failures in test_variational_inference.py -- @ferrine if you had any thoughts, that would be awesome!

@junpenglao
Copy link
Member

Strange, test_variational_inference.py pass locally for me (MacOS).

@ColCarroll
Copy link
Member Author

Same – I have a python 2.7 installation and can recreate the problem from test_quadpotential.py (only equal to 6 decimal points, not 7 any more), but test_variational_inference.py passes. I wonder if it has to do with the cache or something more exotic (like the OS... I am also on Mac).

Rebased and pushed again to see if it fixes itself - there was a theano 1.0.1 release a week ago on pypi (none of the changes look like they should help us).

@twiecki twiecki added this to the 3.3 milestone Jan 5, 2018
@junpenglao junpenglao mentioned this pull request Jan 7, 2018
4 tasks
@ColCarroll
Copy link
Member Author

Trying again... #2777

@ColCarroll ColCarroll closed this Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants