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

Commit

Permalink
Update doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Apr 19, 2021
1 parent dee6cef commit 730f5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10613,7 +10613,7 @@ def relative_interior_manifold(self, name=None, latex_name=None, start_index=0,
sage: T = triangle.relative_interior_manifold('T'); T
Open subset T of the 2-dimensional Riemannian submanifold H embedded in the Euclidean space E^3
sage: pc = T.manifold().embedding().inverse()((1/3, 1/3, 1/3))
sage: pc in T
sage: pc in T # known bug - #31689
True
sage: p1 = T.manifold().embedding().inverse()((1, 0, 0))
sage: p1 in T
Expand Down

0 comments on commit 730f5e6

Please sign in to comment.