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
IAU_NEPTUNE and IAU_URANUS are wrong by ~18 degrees on the first validation query.
Steps to reproduce the behavior:
validate_iau_rotation_to_parent
The results should match SPICE with less than 8 microdegrees of error, like the other celestial objects.
Refer to the test.
Core Rust code in ANISE, affects all steps in the Github CI and tested to be reproducible on Linux.
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Describe the bug
IAU_NEPTUNE and IAU_URANUS are wrong by ~18 degrees on the first validation query.
To Reproduce
Steps to reproduce the behavior:
validate_iau_rotation_to_parent
test in anise/tests/orientations/validation.rsExpected behavior
The results should match SPICE with less than 8 microdegrees of error, like the other celestial objects.
Code to reproduce the issue
Refer to the test.
Platform
Core Rust code in ANISE, affects all steps in the Github CI and tested to be reproducible on Linux.
Additional context
None
The text was updated successfully, but these errors were encountered: