-
Notifications
You must be signed in to change notification settings - Fork 2
20486: Implements shared deviations #264
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
Conversation
cademack
left a comment
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.
Left some comments on some nitpicky stuff and some other more meaningful stuff.
One thing I didn't comment on but I should mention overall - there are a lot of (accum) opcodes within loops here in these changes which is a pretty doomed pattern to use within Amalgam. We should definitely try to iron those out into something more functional if possible.
…howso-engine into 20486-shared-deviations
8f60254 to
2e3b099
Compare
| )) | ||
|
|
||
| (declare (assoc | ||
| smallest_count_above_statistical_significance (first (sort class_counts_above_stat_significance)) |
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.
surely this can just be a (min)?
No description provided.