JuliaGaussianProcesses / Stheno.jl

Probabilistic Programming with Gaussian processes in Julia
Other
338 stars 26 forks source link

Fixed a few typos in the docs #219

Closed pitmonticone closed 2 years ago

pitmonticone commented 2 years ago

Just fixed a few typos in the documentation.

Thank you very much for the development and maintenance of such a useful GP package!

codecov[bot] commented 2 years ago

Codecov Report

Merging #219 (a2736d3) into master (f31a495) will increase coverage by 1.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #219      +/-   ##
==========================================
+ Coverage   89.53%   90.58%   +1.05%     
==========================================
  Files          16       16              
  Lines         344      340       -4     
==========================================
  Hits          308      308              
+ Misses         36       32       -4     
Impacted Files Coverage Δ
src/util/dense.jl
src/util/block_arrays.jl 92.30% <0.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 f31a495...a2736d3. Read the comment docs.

pitmonticone commented 2 years ago

Ok, done.

Thanks again :)

willtebbutt commented 2 years ago

Will merge when CI passes.