-
Notifications
You must be signed in to change notification settings - Fork 37
Cluster estimation filter #253
Conversation
maxlou05
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.
Reviewed
| MAX_NUM_COMPONENTS, | ||
| RNG_SEED, | ||
| test_logger, | ||
| MIN_POINTS_PER_CLUSTER, |
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.
Did you verify the test cases to make sure that all the clusters have at least 3 points? Can you also make a test where there is a cluster that only has like 1 point (ie make a very far outlier)
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.
Also, did you check the integration tests? They are under tests/integration
maxlou05
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.
Approved!
* min_points_per_cluster * config * format * fix * format * update * update * 'format' * 'format' * 'update' * debug * integration * format * main_edit
interactive rebase in progress; onto 4c1f188 Last commands done (3 commands done): pick 9a1644c Fix parameter ordering issue for workers (#259) pick 3d70054 config.yaml brightspot changes, test brightspot address changes Next commands to do (2 remaining commands): pick 2aa3d90 config.yaml brightspot changes, test brightspot address changes pick 0160310 Cluster estimation filter (#253) You are currently rebasing branch 'houston-testing' on '4c1f188'. Changes to be committed: modified: modules/common Changes not staged for commit: modified: modules/common (modified content)
* min_points_per_cluster * config * format * fix * format * update * update * 'format' * 'format' * 'update' * debug * integration * format * main_edit
* min_points_per_cluster * config * format * fix * format * update * update * 'format' * 'format' * 'update' * debug * integration * format * main_edit
interactive rebase in progress; onto 4c1f188 Last commands done (3 commands done): pick 9a1644c Fix parameter ordering issue for workers (#259) pick 3d70054 config.yaml brightspot changes, test brightspot address changes Next commands to do (2 remaining commands): pick 2aa3d90 config.yaml brightspot changes, test brightspot address changes pick 0160310 Cluster estimation filter (#253) You are currently rebasing branch 'houston-testing' on '4c1f188'. Changes to be committed: modified: modules/common Changes not staged for commit: modified: modules/common (modified content)
* min_points_per_cluster * config * format * fix * format * update * update * 'format' * 'format' * 'update' * debug * integration * format * main_edit
* min_points_per_cluster * config * format * fix * format * update * update * 'format' * 'format' * 'update' * debug * integration * format * main_edit
No description provided.