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

remove positive definite retry mechanism #171

Closed maximerischard closed 3 years ago

maximerischard commented 3 years ago

This addresses #131

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 570


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/GP.jl 5 6 83.33%
<!-- Total: 10 11 90.91% -->
Totals Coverage Status
Change from base Build 563: 0.4%
Covered Lines: 1488
Relevant Lines: 1942

💛 - Coveralls
maximerischard commented 3 years ago

@Red-Portal would you be able to review this PR?

Red-Portal commented 3 years ago

@maximerischard Cool! Looks good to me, and it addresses my original issue very well. Sorry I didn't have the time to do it myself.