LLNL / MuyGPyS

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

`tests/precompute/fast_regress_api.py` test `StargalFastRegressTest` does not pass #99

Closed bwpriest closed 1 year ago

bwpriest commented 1 year ago

I'm not sure if this is product of the recent changes I've made (unlikely but possible) or if it never passed. The other tests pass ok. I'm going to be much slower to figure this out than @alecmdunton will be.

bwpriest commented 1 year ago

This is not hooked up to the CI at the moment, but I'm hoping to get more robust CI in the near future.

bwpriest commented 1 year ago

This was addressed by PR #109