Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Truncated doctest for numerical noise.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Scrimshaw committed Feb 27, 2022
1 parent 3f367ec commit 29f335c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/sage/geometry/hyperbolic_space/hyperbolic_geodesic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2378,11 +2378,11 @@ def _plot_vertices(self, points=75):
sage: p2 = HM.get_point((-3,-3,sqrt(19)))
sage: g = HM.get_geodesic(p1, p2)
sage: g._plot_vertices(5)
[(4.0, -4.0, 5.744562646538029),
(1.3632131724692114, -1.6370738298435326, 2.353372235315133),
(0.13856858387448234, -0.9699800871213693, 1.4000223647674197),
(-0.9425338542843988, -1.3076813974501533, 1.8969450977056184),
(-3.0, -3.0, 4.358898943540652)]
[(4.0, -4.0, 5.744562...),
(1.363213..., -1.637073..., 2.353372...),
(0.138568..., -0.969980..., 1.400022...),
(-0.942533..., -1.307681..., 1.896945...),
(-3.0, -3.0, 4.358898...)]
"""
from sage.plot.misc import setup_for_eval_on_grid
from sage.arith.srange import xsrange
Expand Down

0 comments on commit 29f335c

Please sign in to comment.