Closed DavidJanz closed 5 years ago
Merging #221 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #221 +/- ##
=======================================
Coverage 89.32% 89.32%
=======================================
Files 109 109
Lines 3025 3025
Branches 308 308
=======================================
Hits 2702 2702
Misses 265 265
Partials 58 58
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 7421cb7...ce5d180. Read the comment docs.
Merging #221 into master will decrease coverage by
0.09%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #221 +/- ##
=========================================
- Coverage 89.32% 89.22% -0.1%
=========================================
Files 109 109
Lines 3025 3025
Branches 308 308
=========================================
- Hits 2702 2699 -3
- Misses 265 267 +2
- Partials 58 59 +1
Impacted Files | Coverage Δ | |
---|---|---|
emukit/core/optimization/optimizer.py | 77.02% <0%> (-4.06%) |
:arrow_down: |
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 7421cb7...cda6a36. Read the comment docs.
@apaleyes done
Description of changes:
single_objective_bayesian_optimisation.py, used within the tutorial examples, seems to have a call to an attribute that no longer exists (perhaps part of old interface?). Removing that call appears to lead to the desired behaviour.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.