mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 21:20:37 +02:00
removed median tests
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user