LLNL / MuyGPyS

A fast, pure python implementation of the MuyGPs Gaussian process realization and training algorithm.
Other
23 stars 11 forks source link

Make tests for ShearKernel #220

Closed gsallaberry closed 7 months ago

gsallaberry commented 7 months ago

Added tests for kernels, means, and optimization for ShearKernel. Library variance test still needs work.

bwpriest commented 7 months ago

@gsallaberry You need to run

$ sh ${MUYGPYS_ROOT}/scripts/flake/issues.sh

and fix all of the items that pop up before the CI tests can pass.