Closed apaleyes closed 3 years ago
Merging #365 (96e41c8) into master (90231e8) will not change coverage. The diff coverage is
50.00%
.
@@ Coverage Diff @@
## master #365 +/- ##
=======================================
Coverage 89.43% 89.43%
=======================================
Files 123 123
Lines 4051 4051
Branches 462 462
=======================================
Hits 3623 3623
Misses 332 332
Partials 96 96
Impacted Files | Coverage Δ | |
---|---|---|
emukit/model_wrappers/gpy_model_wrappers.py | 83.57% <50.00%> (ø) |
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 90231e8...96e41c8. Read the comment docs.
Issue #, if available: #364
Description of changes: In the most recent version of GPy, 1.10.0, an API of one function was changed without backwards compatibility. This fix (and previous commit https://github.com/EmuKit/emukit/commit/90231e8c939ef645d0b1c492819eb8618e2213fb that I hastly fired away without proper PR) updates necessary APIs and bumps GPy version
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.