Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interpolant(x) is not defined #3

Open
jmor2753 opened this issue Apr 29, 2022 · 1 comment
Open

interpolant(x) is not defined #3

jmor2753 opened this issue Apr 29, 2022 · 1 comment

Comments

@jmor2753
Copy link

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?

@jmor2753 jmor2753 changed the title interpolate(x) is not defined interpolant(x) is not defined Apr 29, 2022
@szabo137
Copy link
Collaborator

Hi jmor2753,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants