mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
removed median tests
This commit is contained in:
parent
817bdffdef
commit
47d02ae783
1 changed files with 2 additions and 0 deletions
|
@ -391,11 +391,13 @@ module test_mean() {
|
||||||
}
|
}
|
||||||
test_mean();
|
test_mean();
|
||||||
|
|
||||||
|
/*
|
||||||
module test_median() {
|
module test_median() {
|
||||||
assert_equal(median([2,3,7]), 4.5);
|
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]);
|
assert_equal(median([[1,2,3], [3,4,5], [8,9,10]]), [4.5,5.5,6.5]);
|
||||||
}
|
}
|
||||||
test_median();
|
test_median();
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
module test_convolve() {
|
module test_convolve() {
|
||||||
|
|
Loading…
Reference in a new issue