Skip to content

Commit

Permalink
Making doc tests pass again.
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed Nov 20, 2024
1 parent e50101f commit 35282b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cusps/cusp_area_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 35282b1

Please sign in to comment.