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

Commit f94bf37

Browse files
author
Matthias Koeppe
committed
snub_dodecahedron: Disable doctests for broken floating point computation
1 parent 23b1cbe commit f94bf37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sage/geometry/polyhedron/library.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,10 +1605,10 @@ def snub_dodecahedron(self, base_ring=None, backend=None, verbose=False):
16051605
16061606
The cdd backend with floating point arithmetic fails for this polytope::
16071607
1608-
sage: sd = polytopes.snub_dodecahedron()
1609-
sage: sd.f_vector() # not tested
1608+
sage: sd = polytopes.snub_dodecahedron() # not tested
1609+
sage: sd.f_vector() # not tested
16101610
(1, 60, 150, 92, 1)
1611-
sage: sd.base_ring() # not tested
1611+
sage: sd.base_ring() # not tested
16121612
Real Double Field
16131613
16141614
"""

0 commit comments

Comments
 (0)