Closed devmotion closed 3 years ago
Merging #395 (793bfe8) into master (ab30149) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #395 +/- ##
=======================================
Coverage 89.23% 89.23%
=======================================
Files 52 52
Lines 1198 1198
=======================================
Hits 1069 1069
Misses 129 129
Impacted Files | Coverage Δ | |
---|---|---|
src/kernels/gibbskernel.jl | 88.88% <ø> (ø) |
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 ab30149...793bfe8. Read the comment docs.
I noticed two typos in the docstring of
GibbsKernel
(missinga
and missing whitespace) and, more generally, that it is not consistent with the other docstrings. Both issues should be fixed by this PR.