-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fraud assessment "undefined" #64
Comments
Data for round 528:
|
Do you have a suspicion where |
My current thinking: There is a race condition - we receive new measurements and round-start events close together. The round evaluation starts running before we fetch & preprocess the last batch of measurements. However, these measurements are still added to our in-memory store. So later, when we collect stats, we iterate over these measurements too. I have an idea how to fix this. I hope to have a PR ready tomorrow. 🤞🏻 |
A temporary hacky fix for #64 Signed-off-by: Miroslav Bajtoš <[email protected]>
A temporary hacky fix for #64 Signed-off-by: Miroslav Bajtoš <[email protected]>
When we evaluate measurements, the fraud assessment pipeline often assigns an
undefined
value to some.The text was updated successfully, but these errors were encountered: