Skip to content

Commit

Permalink
Prepare for SageMath 10.4: Third attempt at updating some tests so th…
Browse files Browse the repository at this point in the history
…at they work with the SageMath versions having naive complex interval division and tight complex interval division.
  • Loading branch information
unhyperbolic committed Jul 21, 2024
1 parent 18193e6 commit 62fa6ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/verify/krawczyk_shapes_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ class KrawczykShapesEngine:
sage: M = Manifold("m019")
sage: shapes = [0.780559+0.91449j, 0.780559+0.9144j, 0.46009+0.639j]
sage: C = KrawczykShapesEngine(M, shapes, bits_prec = 190)
sage: C = KrawczykShapesEngine(M, shapes, bits_prec = 100)
sage: C.expand_until_certified()
True
sage: C.certified_shapes
(0.7806? + 0.9145?*I, 0.7806? + 0.9145?*I, 0.4601? + 0.6326?*I)
sage: C.certified_shapes # doctest: +ELLIPSIS
(0.7806? + 0.9145?*I, 0.7806? + 0.9145?*I, 0.460...? + 0.6326?*I)
"""

Expand Down

0 comments on commit 62fa6ce

Please sign in to comment.