JuliaGaussianProcesses / Stheno.jl

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

Examples in Docs #221

Closed willtebbutt closed 2 years ago

willtebbutt commented 2 years ago

The examples are currently languishing a bit because they're not integrated into CI. This PR integrates them, and fixes some problems. The Turing integration examples haven't been possible to port over because Turing doesn't currently work on 1.7 (noted in this issue), and the docs are built on 1.7, and I don't plan to change that. The Flux integration examples have also not been upgraded -- that's just a job I've not had the time to deal with yet.

codecov[bot] commented 2 years ago

Codecov Report

Merging #221 (c5069c2) into master (469b049) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #221   +/-   ##
=======================================
  Coverage   90.58%   90.58%           
=======================================
  Files          16       16           
  Lines         340      340           
=======================================
  Hits          308      308           
  Misses         32       32           

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 469b049...c5069c2. Read the comment docs.