Skip to content

Fixes for Travis #77

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

Merged
merged 8 commits into from
Dec 9, 2017
Merged

Fixes for Travis #77

merged 8 commits into from
Dec 9, 2017

Conversation

Erotemic
Copy link
Contributor

@Erotemic Erotemic commented Dec 9, 2017

There were a few errors in my Travis scripts, which this PR fixes.

I also added travis shields to the readme (if you enable codecov the repo should be setup for that as well)

Lastly, the travis tests were running pretty slow, so I added a hidden option self._acqkw, which allows you to control how many warmup / L-BFGS runs you do. This lets the tests run much quicker, and might be a useful hidden feature for a user.

@codecov-io
Copy link

codecov-io commented Dec 9, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@643ba78). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #77   +/-   ##
=========================================
  Coverage          ?   82.75%           
=========================================
  Files             ?        4           
  Lines             ?      290           
  Branches          ?       34           
=========================================
  Hits              ?      240           
  Misses            ?       45           
  Partials          ?        5
Impacted Files Coverage Δ
bayes_opt/bayesian_optimization.py 66.08% <100%> (ø)
bayes_opt/helpers.py 89.87% <100%> (ø)

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 643ba78...fe34cbe. Read the comment docs.

@fmfn
Copy link
Member

fmfn commented Dec 9, 2017

👍

@fmfn fmfn merged commit 5acad4e into bayesian-optimization:master Dec 9, 2017
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.

3 participants