You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit makes some minor fixes and improvements to the track
building kernel. In particular, it:
1. Fixes an error where we were comparing measurements indices to see if
they were _larger_ than the total number of measurements, but they
should be check also for _equality_.
2. Fail more gracefully if we cannot find any true measurements, i.e.
register the failed track as a candidate for pruning.
3. Simplify the control flow of the kernel by removing an unnecessary
break statement.
0 commit comments