splinter
splinter copied to clipboard
Garbled error message from backend
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.