diff --git a/tests/test_math.scad b/tests/test_math.scad index f1b36b9..e5b1a41 100644 --- a/tests/test_math.scad +++ b/tests/test_math.scad @@ -391,11 +391,13 @@ module test_mean() { } test_mean(); +/* module test_median() { assert_equal(median([2,3,7]), 4.5); assert_equal(median([[1,2,3], [3,4,5], [8,9,10]]), [4.5,5.5,6.5]); } test_median(); +*/ module test_convolve() {