Skip to content
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

gcc: fix missing if-else in kalman #287

Merged
merged 1 commit into from
Nov 15, 2024
Merged

Conversation

sterlingdeng
Copy link
Contributor

@sterlingdeng sterlingdeng commented Nov 12, 2024

Description

Fixes a deviation from the GCC rfc spec.

Reference issue

Fixes #286

Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.14%. Comparing base (1553b7d) to head (8fce7e2).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #287   +/-   ##
=======================================
  Coverage   71.13%   71.14%           
=======================================
  Files          80       80           
  Lines        4476     4477    +1     
=======================================
+ Hits         3184     3185    +1     
  Misses       1157     1157           
  Partials      135      135           
Flag Coverage Δ
go 71.14% <100.00%> (+0.14%) ⬆️
wasm ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sterlingdeng
Copy link
Contributor Author

I'm not sure what's going on with the linter - it doesn't seem to mention the offenders. I tried to fix some locations where newline was added but the linter still isn't passing.

@mengelbart
Copy link
Contributor

Thanks @sterlingdeng . I opened #288 and pion/.goassets#218, which should clear the linter problem. Let's wait for reviews on those since I'm not 100% sure they are correct.

This PR adds a missing if-else.
@mengelbart mengelbart merged commit b35f8db into master Nov 15, 2024
14 of 15 checks passed
@mengelbart mengelbart deleted the sdeng/fix_kalman_bug branch November 15, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

GCC: Maybe bug in kalman filter
2 participants