You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!
The text was updated successfully, but these errors were encountered:
Hi! I was using the InterpolatedUnivariateSpline module in the jax_cosmo library and ran into the issue :
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!!
The text was updated successfully, but these errors were encountered: