Skip to content

Commit 8822c22

Browse files
authored
Update src/plot/layer/geom/boxplot.rs
1 parent 46548df commit 8822c22

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/plot/layer/geom/boxplot.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,6 @@ mod tests {
496496
assert!(outlier_section.contains("raw.year = summary.year"));
497497
}
498498

499-
// NOTE: Parameter validation tests removed - validation is now handled by
500-
// ParamConstraint in Layer::validate_settings() before stat_boxplot is called.
501-
// Invalid/missing parameters would be caught at the constraint validation stage.
502499

503500
// ==================== GeomTrait Implementation Tests ====================
504501

0 commit comments

Comments
 (0)