Outlier check logic was backwards in L3_PAM/L3_CAM#934
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (75.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #934 +/- ##
=======================================
Coverage 57.39% 57.39%
=======================================
Files 125 125
Lines 13887 13887
=======================================
Hits 7970 7970
Misses 5917 5917 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
svank
left a comment
There was a problem hiding this comment.
I think this only affects the logic that ensures outliers get marked as processed, even though they're filtered out from being passed into the flow. The only consequence would be that that unmarked outliers get seen and rejected again and again every time the scheduler runs.
This corrects the logic.