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

Better warning message for make_interp_spline size check failure #59

Open
sixpearls opened this issue Feb 13, 2020 · 0 comments
Open

Better warning message for make_interp_spline size check failure #59

sixpearls opened this issue Feb 13, 2020 · 0 comments

Comments

@sixpearls
Copy link
Collaborator

When calling make_interp_spline, if x has 2 points and k=3, the solver will pass the defensive check on line 708 but fails on line 711. It would be helpful if the corresponding error message included the possible explanation that there are not enough data points for value of k. Alternatively, we could add a specific check for this combination.

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