splinter icon indicating copy to clipboard operation
splinter copied to clipboard

Garbled error message from backend

Open gablank opened this issue 7 years ago • 0 comments

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.

gablank avatar Nov 17 '18 21:11 gablank