-
Notifications
You must be signed in to change notification settings - Fork 76
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
Fixed reshape bug in pad_shorter_ping
and added test for EK80 missing receiver_sampling_freq
error [all tests ci]
#1234
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1234 +/- ##
=======================================
Coverage 83.29% 83.29%
=======================================
Files 64 64
Lines 5675 5675
=======================================
Hits 4727 4727
Misses 948 948
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.
@praneethratna : I pushed a change (see comment above) and made 2 small comments on the tests. Once those 2 are added I think this PR is good to go. Thanks for investigating the bug in pad_shorter_ping
failure and adding the test!
Co-authored-by: Wu-Jung Lee <[email protected]>
Co-authored-by: Wu-Jung Lee <[email protected]>
Hey @praneethratna : I just fixed the indent in the test that errored out. I think we're good to go now, so I'll merge this. Thanks! |
Fixed reshape bug in
pad_shorter_ping
and added text case to validate the fix for #1217 which was fixed in #1219.CC @leewujung