We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When calling integrate_backwards() outside eval.py, I get the error
integrate_backwards()
eval.py
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:
TrajectoryNet/TrajectoryNet/eval.py
Line 288 in 10df9e0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When calling
integrate_backwards()
outsideeval.py
, I get the errorThis issue is not present when
integrate_backwards()
is called withineval.py
itself. The source of the error is on this line:TrajectoryNet/TrajectoryNet/eval.py
Line 288 in 10df9e0
The text was updated successfully, but these errors were encountered: