From 35282b1364574dcdeaff3a3a0f7fcd0fda5aa042 Mon Sep 17 00:00:00 2001 From: Matthias Goerner <1239022+unhyperbolic@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:46:38 -0800 Subject: [PATCH] Making doc tests pass again. --- python/cusps/cusp_area_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cusps/cusp_area_matrix.py b/python/cusps/cusp_area_matrix.py index 946810c7..fd643b7a 100644 --- a/python/cusps/cusp_area_matrix.py +++ b/python/cusps/cusp_area_matrix.py @@ -40,7 +40,7 @@ def cusp_area_matrix( These lower bounds can still be accessed:: - >>> M.cusp_area_matrix(method = 'trigDependentTryCanonize') + >>> M.cusp_area_matrix(method = 'trigDependentTryCanonize') # doctest: +NUMERIC12 [21.4375000000000 7.00000000000000 7.00000000000000] [7.00000000000000 28.0000000000000 7.00000000000000] [7.00000000000000 7.00000000000000 28.0000000000000]