LLNL / MuyGPyS

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

Refactored code so length scale lives in distortion models #122

Closed alecmdunton closed 1 year ago

alecmdunton commented 1 year ago

This actually address issue #120

bwpriest commented 1 year ago

You also ran the api tests locally, right?

alecmdunton commented 1 year ago

I forgot to document the populate_length_scale method in the Distortion models.

bwpriest commented 1 year ago

I forgot to document the populate_length_scale method in the Distortion models.

Ok. I can merge once you take care of that.