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
I am fixing a bug in chunk_rows_by_user where it fails to filter out the last record if the last record is the only record for that user. This caused problems in the logic that manages DZKP batches, but should really be covered by tests in attribution. It could be covered by unit tests for chunk_rows_by_user, but it might also be worth investigating some more general randomized tests or proptests for attribution.
The text was updated successfully, but these errors were encountered:
I am fixing a bug in
chunk_rows_by_user
where it fails to filter out the last record if the last record is the only record for that user. This caused problems in the logic that manages DZKP batches, but should really be covered by tests in attribution. It could be covered by unit tests forchunk_rows_by_user
, but it might also be worth investigating some more general randomized tests or proptests for attribution.The text was updated successfully, but these errors were encountered: