f0uriest / interpax

Interpolation and function approximation with JAX
MIT License
129 stars 11 forks source link

`axis` attribute of the `Interpolator2D` object? #37

Open LouisDesdoigts opened 3 months ago

LouisDesdoigts commented 3 months ago

There isn't any class documentation on this attribute and doesn't seem to have an effect on the output. What is the purpose of this attribute, is simply to give a unified API between the 1D and higher order interpolators?

f0uriest commented 2 months ago

I think I meant for this to be similar to the axis property of Interpolator1D and the various scipy-like classes but never actually implemented it. I'll try to add it in the next release