You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our tests/build is failing on Travis for unknown reasons (e.g., import errors from scipy/numpy internals). My guess is due to dependency on out of date packages (or too new packages) or even old linux version.
We should get this back in a working state.
While we're here, the MOE build process on travis takes a ridiculously long time due to building numpy & scipy from scratch. I let this slide in the past and relied solely on local testing due to it being so slow... which kind of circumvents the point.
Some more things to do:
build requirements.txt automatically from setup.py. this should be done by constructing a temporary virtualenv, installing moe, and freezing
this should be a "requirements" target in the makefile. depends on setup.py. test should depend on it.
use wheels, pypi as much as possible. taking some 30min to build MOE is nuts
Our tests/build is failing on Travis for unknown reasons (e.g., import errors from scipy/numpy internals). My guess is due to dependency on out of date packages (or too new packages) or even old linux version.
We should get this back in a working state.
While we're here, the MOE build process on travis takes a ridiculously long time due to building numpy & scipy from scratch. I let this slide in the past and relied solely on local testing due to it being so slow... which kind of circumvents the point.
Some more things to do:
The text was updated successfully, but these errors were encountered: