Hi all,
Trying to run some of the code from the minterpy documentation and now suddenly interpolate(x) fails to work. As in
import minterpy as mp
plt.plot(x,interpolant(x),label="interpolant")
The error message shows:
NameError: name 'interpolant' is not defined
This code has worked few weeks ago though. Any thoughts?