Conversation
- update uvis.py, vims.py, and galileo/ssi/_init__.py to use pdsparser.Pds3Label() - move pds3.py to ideas/
WalkthroughReplaces legacy PDS3 label handling with Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
markshowalter
left a comment
There was a problem hiding this comment.
One optional comment is that, in general, you should probably use method='fast' by default, and only abandon it if you discover empirically that it doesn't always work for some data set. But that's up to Joe.
Fixes #184, #185, and #186
Summary by CodeRabbit
Refactor
Bug Fixes
Chores