-
Notifications
You must be signed in to change notification settings - Fork 17
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
FIX: RHIs now work with Halo Photonics Reader #250
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #250 +/- ##
==========================================
+ Coverage 93.49% 93.64% +0.14%
==========================================
Files 26 26
Lines 5028 5032 +4
==========================================
+ Hits 4701 4712 +11
+ Misses 327 320 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
One slight suggestion - can you add a quick test here to hit those thresholds?
I've added a PR to open-radar-data for a Halo Photonics RHI file to make the test. Once that PR is approved and open-radar-data is updated, I can add a test for the RHI file. |
@rcjackson I approved the PR and got a release going so the open-radar-data repo once it releases on conda-forge should be good to go. |
Ok it looks like we're just waiting for the release to conda-forge to get the tests passing. I added 2 tests for reading from an IOBase and from an RHI file, so that should improve the metrics. |
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 fantastic - thanks for all the hard work here @rcjackson , especially adding the example and tests here! 🎉
Since the tests now require the newest version of open-radar-data, I updated that version in the CI suite |
This fixes the error shown in PR #247 when an RHI was being loaded by the Halo Photonics reader.
history.md