_endpoints not defined in jax_cosmo.scipy.interpolate
Opened this issue · 0 comments
kibokov commented
Hi! I was using the InterpolatedUnivariateSpline module in the jax_cosmo library and ran into the issue :
AttributeError: 'InterpolatedUnivariateSpline' object has no attribute '_endpoints'.
I looked into the source code to see where it is called and noticed that "_endpoints" is indeed not defined in the InterpolatedUnivariateSpline class. This is the exact location of function where _endpoints is used. Is it possible to fix this issue? Thank you!!