-
Notifications
You must be signed in to change notification settings - Fork 2
add support for MPC extended packed provisional #192
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
Conversation
|
So, despite the rust cargo errors appearing when we upgraded to 1.1.0, it appears that they have followed despite the reversion and now this is failing. Oddly, cargo tests passed before, so I really can't say what's going on here. |
|
OK, I think the problem is that the upstream merge to 1.1.0 deleted the /data/ dir with a bunch of bsp files that were used in testing. I think the tests are assuming those still exist, rather then trying to grab them fresh. Might need to revert further |
annie444
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me! You might want to review my changes, but otherwise I think we're good to go (besides the broken doc tests).
MPC will be introducing a new method of packing provisional designations shortly to support the anticipated Rubin discovery volume. This changes implements their new packing scheme.
Closes #191