Closed shbhuk closed 3 years ago
This error means that you have compiler issues with Theano or the flags set to not FAST_COMPILE
or something. You could check out the pure Theano version of the interpolator on the GitHub main branch:
You could probably just extract that and use it directly.
I'm trying to use an interpolator object in
pymc3
and found this deprecated documentation page detailing usingexoplanet
forRegularGridInterpolator
. Trying to replicate the 2d interpolation example fromexoplanet
v0.1.6, I get -NotImplementedError: Only the C version is implemented
Describe the solution you'd like I understand this example is from an older version, but am wondering if there is an updated example of using the
RegularGridInterpolator
function with the updatedexoplanet
.exoplanet v0.4.4