Yelp / MOE

A global, black box optimization engine for real world metric optimization.
Other
1.3k stars 139 forks source link

Update & fix travis build/test process #458

Open suntzu86 opened 8 years ago

suntzu86 commented 8 years ago

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: