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

Commit

Permalink
Fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
jplab committed Jul 21, 2019
1 parent a6a5452 commit 71fbfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -1983,7 +1983,7 @@ def grand_antiprism(self, exact=True, backend=None, verbose=False):
Computation with the backend ``'normaliz'`` is instantaneous::
sage: gap_norm = polytopes.grand_antiprism(backend='normaliz') # optional - pynormaliz
sage: gap_norm
sage: gap_norm # optional - pynormaliz
A 4-dimensional polyhedron in (Number Field in sqrt5 with defining
polynomial x^2 - 5 with sqrt5 = 2.236067977499790?)^4 defined as
the convex hull of 100 vertices
Expand Down

0 comments on commit 71fbfdf

Please sign in to comment.