We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46548df commit 8822c22Copy full SHA for 8822c22
1 file changed
src/plot/layer/geom/boxplot.rs
@@ -496,9 +496,6 @@ mod tests {
496
assert!(outlier_section.contains("raw.year = summary.year"));
497
}
498
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.
502
503
// ==================== GeomTrait Implementation Tests ====================
504
0 commit comments