Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 0691033

Browse files
author
Jonathan Kliem
committed
tiny improvement of doctests
1 parent b9f3860 commit 0691033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/geometry/polyhedron/library.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ def gale_transform_to_polytope(vectors, base_ring=None, backend=None):
274274
sage: gale_transform_to_polytope(
275275
....: [(1,1), (-1,-1), (1,0),
276276
....: (-1,0), (1,-1), (-2,1)],
277-
....: backend='cdd', base_ring=RDF)
278-
A 3-dimensional polyhedron in RDF^3 defined as the convex hull of 6 vertices
277+
....: backend='cdd', base_ring=RDF).backend()
278+
'cdd'
279279
280280
A gale transform corresponds to a polytope if and only if
281281
every (linear) hyperplane not containing any vector

0 commit comments

Comments
 (0)