-
Notifications
You must be signed in to change notification settings - Fork 177
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
Remove TrackState #289
Remove TrackState #289
Conversation
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.
Ok I think generally this is fine, definitely want @XiaocongAi's opinion on this though.
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.
Good idea. I really like removing unused code. Most comments are clarifications or style changes only.
9eda209
to
0d52542
Compare
Codecov Report
@@ Coverage Diff @@
## master #289 +/- ##
==========================================
- Coverage 48.33% 48.26% -0.08%
==========================================
Files 325 323 -2
Lines 16444 16367 -77
Branches 7643 7606 -37
==========================================
- Hits 7949 7900 -49
+ Misses 3183 3181 -2
+ Partials 5312 5286 -26
Continue to review full report at Codecov.
|
9169b8a
to
47b5023
Compare
Let's hold this for @XiaocongAi to have a look. |
47b5023
to
6a615e8
Compare
@XiaocongAi Could you have a look at this and let us know if you see any blockers or whether we can merge it? |
This looks good to me. I will approve. |
The TrackState is not in use anymore and became superseded by the MultiTrajectory.
The
TrackState
is not in use anymore and became superseded by theMultiTrajectory
. Herewith I propose with the PR to remove it from the code base.