From f340a710a37cecfffe49d357a8b70ba47d9a97b7 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 25 Sep 2021 09:55:50 -0700 Subject: quantile: fix failing test. * arith.tl: Somehow I committed some wrong expected numbers in a quantile test, yet didn't catch the test failure. --- tests/016/arith.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/016') diff --git a/tests/016/arith.tl b/tests/016/arith.tl index 367b0c32..d785afb2 100644 --- a/tests/016/arith.tl +++ b/tests/016/arith.tl @@ -233,7 +233,7 @@ 4.5517592592592591 4.5517592592592591 9.1519618055555547 9.1519618055555547 9.1519618055555547 9.1519618055555547 6.1797614914021164 6.1797614914021164 6.1797614914021164 - 6.1797614914021164 4.2462394088036444 4.2462394088036444)) + 6.1797614914021164 4.2462394088036453 4.2462394088036453)) (test (let ((q (quantile 0))) -- cgit v1.2.3