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

NameError for args in eval.integrate_backwards #15

Open
safonova opened this issue Jul 15, 2021 · 0 comments
Open

NameError for args in eval.integrate_backwards #15

safonova opened this issue Jul 15, 2021 · 0 comments

Comments

@safonova
Copy link

When calling integrate_backwards() outside eval.py, I get the error

in integrate_backwards
int_tps = np.linspace(args.int_tps[0], args.int_tps[-1], ntimes)
NameError: name 'args' is not defined

This issue is not present when integrate_backwards() is called within eval.py itself. The source of the error is on this line:

int_tps = np.linspace(args.int_tps[0], args.int_tps[-1], ntimes)

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

1 participant