Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_endpoints not defined in jax_cosmo.scipy.interpolate #127

Open
kibokov opened this issue Aug 30, 2024 · 0 comments
Open

_endpoints not defined in jax_cosmo.scipy.interpolate #127

kibokov opened this issue Aug 30, 2024 · 0 comments

Comments

@kibokov
Copy link

kibokov commented Aug 30, 2024

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!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant