summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-09-25 09:55:50 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-09-25 09:55:50 -0700
commit09bac7875933d0859fd25da3ef40288259967a0a (patch)
treecfbb401d0d8403d6e819dac8ea75ee48f40f52b1
parente8395c86829c350ffa9cf841c3f6f67e48124c62 (diff)
downloadtxr-09bac7875933d0859fd25da3ef40288259967a0a.tar.gz
txr-09bac7875933d0859fd25da3ef40288259967a0a.tar.bz2
txr-09bac7875933d0859fd25da3ef40288259967a0a.zip
quantile: fix failing test.
* arith.tl: Somehow I committed some wrong expected numbers in a quantile test, yet didn't catch the test failure.
-rw-r--r--tests/016/arith.tl2
1 files changed, 1 insertions, 1 deletions
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)))