These are meant to be read as tutorials more than actually used, so we should not be using raw impl functions like _muygps_posterior_variance(). Until we fix iss #96, we'll need to enforce that torch is in 32-bit mode if we use import MuyGPyS._src.math.torch as torch. I think that is the default, so it might be safe to just import torch instead? This might need a little fiddling.
These are meant to be read as tutorials more than actually used, so we should not be using raw impl functions like
_muygps_posterior_variance()
. Until we fix iss #96, we'll need to enforce that torch is in 32-bit mode if we useimport MuyGPyS._src.math.torch as torch
. I think that is the default, so it might be safe to justimport torch
instead? This might need a little fiddling.