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
/workspaces/vgn/src/vgn/simulation.py:170: RuntimeWarning: invalid value encountered in arccos angle = np.arccos(np.dot(approach, np.r_[0.0, 0.0, -1.0]))
I got this error while executing generate_data.py and it might be caused by numerical imprecision. Adding a min and a max could solve this.
generate_data.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got this error while executing
generate_data.py
and it might be caused by numerical imprecision. Adding a min and a max could solve this.The text was updated successfully, but these errors were encountered: