diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-09-25 09:55:50 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-09-25 09:55:50 -0700 |
commit | f340a710a37cecfffe49d357a8b70ba47d9a97b7 (patch) | |
tree | cfbb401d0d8403d6e819dac8ea75ee48f40f52b1 | |
parent | 5f944b144b5bae019e578213d76e9bd81237c6dd (diff) | |
download | txr-f340a710a37cecfffe49d357a8b70ba47d9a97b7.tar.gz txr-f340a710a37cecfffe49d357a8b70ba47d9a97b7.tar.bz2 txr-f340a710a37cecfffe49d357a8b70ba47d9a97b7.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.tl | 2 |
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))) |