-
Notifications
You must be signed in to change notification settings - Fork 54
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
Uncomment dist_func
parameter to enable PBCs with predictive tracking
#376
Uncomment dist_func
parameter to enable PBCs with predictive tracking
#376
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## RC_v1.5.x #376 +/- ##
==========================================
Coverage 56.91% 56.91%
==========================================
Files 20 20
Lines 3440 3440
==========================================
Hits 1958 1958
Misses 1482 1482
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.
We should probably add tests around this longer-term, but I'm happy to approve now.
I've now added a basic set of tests to check that predictive tracking across PBCs works as expected |
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.
Thanks for adding the test, @w-k-jones
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.
Approved, thanks for fixing this @w-k-jones !
The most minor of changes to resolve #375