automl / HPOlib1.5

GNU General Public License v3.0
69 stars 27 forks source link

fix requirement for unittest #59

Closed jiayiliu closed 6 years ago

jiayiliu commented 6 years ago

Add missing dependencies.

There is still some errors when I run the test, due to the Theano GPU backend. But I am not a Theano / lasagne user, I will leave it for others to investigate.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (development@60ee3b7). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             development      #59   +/-   ##
==============================================
  Coverage               ?   66.93%           
==============================================
  Files                  ?       27           
  Lines                  ?     1642           
  Branches               ?        0           
==============================================
  Hits                   ?     1099           
  Misses                 ?      543           
  Partials               ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 60ee3b7...2f56ed7. Read the comment docs.

KEggensperger commented 6 years ago

Yes, thanks a lot. Theano should be installed via the optional require, so this should be fine.