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
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.
The text was updated successfully, but these errors were encountered:
When calling
make_interp_spline
, ifx
has 2 points andk
=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 ofk
. Alternatively, we could add a specific check for this combination.The text was updated successfully, but these errors were encountered: