JuliaGaussianProcesses / KernelFunctions.jl

Julia package for kernel functions for machine learning
https://juliagaussianprocesses.github.io/KernelFunctions.jl/stable/
MIT License
266 stars 32 forks source link

Update docstring of `GibbsKernel` #395

Closed devmotion closed 3 years ago

devmotion commented 3 years ago

I noticed two typos in the docstring of GibbsKernel (missing a and missing whitespace) and, more generally, that it is not consistent with the other docstrings. Both issues should be fixed by this PR.

codecov[bot] commented 3 years ago

Codecov Report

Merging #395 (793bfe8) into master (ab30149) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           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.