bgrimstad / splinter

Library for multivariate function approximation with splines (B-spline, P-spline, and more) with interfaces to C++, C, Python and MATLAB
Mozilla Public License 2.0
414 stars 115 forks source link

Garbled error message from backend #113

Open gablank opened 5 years ago

gablank commented 5 years ago

import splinterpy

splinterpy.bspline_interpolator([0,1,2], [1,2,3])

causes an exception (presumably due to using degree==3 (the default) to interpolate only 3 data points), with the exception message being garbage.