JuliaGaussianProcesses / AbstractGPs.jl

Abstract types and methods for Gaussian Processes.
https://juliagaussianprocesses.github.io/AbstractGPs.jl/dev
Other
218 stars 20 forks source link

Enable periodic kernel in example #390

Closed simsurace closed 7 months ago

simsurace commented 7 months ago

Now that https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/pull/531 has been merged, we can try re-enabling the PeriodicKernel.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (cf311bd) 96.95% compared to head (a70bf72) 96.95%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #390 +/- ## ======================================= Coverage 96.95% 96.95% ======================================= Files 12 12 Lines 394 394 ======================================= Hits 382 382 Misses 12 12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

simsurace commented 7 months ago

Yeah everything works, I tested locally as well. There is also a unit test for AD through the periodic kernel.