STOR-i / GaussianProcesses.jl

A Julia package for Gaussian Processes
https://stor-i.github.io/GaussianProcesses.jl/latest/
Other
308 stars 53 forks source link

Lognoiseprior #111

Closed jbrea closed 5 years ago

jbrea commented 5 years ago

Here is an attempt to add priors on the log Noise.

Also, since all tests passed with the new version of StaticArrays, I removed the upper bound on the version. @maximerischard: You introduced this recently. Is it OK to remove it again?

maximerischard commented 5 years ago

That's good news that StaticArrays is working again. I think maybe there should be a lower bound to specify incompatibility with the versions that broke our functionality.

jbrea commented 5 years ago

Ah, no, I got confused by this line in my package status

StaticArrays v0.10.3+ #1683f79

1683f79 is actually v0.9.2.

chris-nemeth commented 5 years ago

Great. If it passes the tests then let's merge it.