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

Commit

Permalink
missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Jun 20, 2020
1 parent b7eecfb commit b2556d7
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 @@ -1351,7 +1351,7 @@ def snub_cube(self, exact=False, base_ring=None, backend=None, verbose=False):
A vertex at (1, -z^2, -z),
A vertex at (1, z^2, z),
A vertex at (1, z, -z^2)]
sage: sc_exact.is_combinatorially_isomorphic(sc_inexact) # long time
sage: sc_exact.is_combinatorially_isomorphic(sc_inexact) # long time
True
TESTS::
Expand Down

0 comments on commit b2556d7

Please sign in to comment.