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
thanks for opening this issue. Could you please post a working minimal example, which reproduces your error? Seems like you haven't produced an interpolant using the function mp.interpolate.
Hi all,
Trying to run some of the code from the minterpy documentation and now suddenly
interpolate(x)
fails to work. As inimport 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?
The text was updated successfully, but these errors were encountered: