LLNL / MuyGPyS

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

MuyGPyS._src.config.MuyGPySConfig depends upon JAX #48

Closed bwpriest closed 1 year ago

bwpriest commented 2 years ago

In v0.5.1, the config class inherits from JAX. However, this means that installing without JAX will throw an error. This will need to be fixed in the next update.

bwpriest commented 1 year ago

This is fixed, although the solution involves maintaining a duplicate config class that will inevitably diverge from JAX, so we will need to revisit it.