Closed mmahsereci closed 5 years ago
Merging #261 into master will increase coverage by
0.04%
. The diff coverage is89.79%
.
@@ Coverage Diff @@
## master #261 +/- ##
==========================================
+ Coverage 90.03% 90.08% +0.04%
==========================================
Files 114 114
Lines 3634 3670 +36
Branches 403 413 +10
==========================================
+ Hits 3272 3306 +34
- Misses 282 283 +1
- Partials 80 81 +1
Impacted Files | Coverage Δ | |
---|---|---|
emukit/quadrature/kernels/__init__.py | 100% <100%> (ø) |
:arrow_up: |
emukit/model_wrappers/gpy_quadrature_wrappers.py | 75.67% <25%> (ø) |
:arrow_up: |
emukit/quadrature/kernels/quadrature_rbf.py | 95.32% <95.45%> (-0.45%) |
: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 3d0cee0...395ece5. Read the comment docs.
Issue #, if available:
Description of changes: Adding RBF integrability against Uniform measure, both for finite and infinite bounds. I did not address the re-structuring of the integral test yet. That'll be another PR.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.