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

Commit ee5ff41

Browse files
author
Matthias Koeppe
committed
Mark newest doctest # optional - pynormaliz
1 parent 328a04a commit ee5ff41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sage/geometry/polyhedron/backend_normaliz.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ def _nmz_result(self, normaliz_cone, property):
183183
184184
sage: p = Polyhedron(vertices=[(0,0),(1,0),(0,1)], rays=[(1,1)], # optional - pynormaliz
185185
....: lines=[], backend='normaliz')
186-
187-
sage: p._nmz_result(p._normaliz_cone, 'EquivariantXyzzyModuleSeries')
186+
sage: p._nmz_result(p._normaliz_cone, 'EquivariantXyzzyModuleSeries') # optional - pynormaliz
188187
Traceback (most recent call last):
189188
...
190189
error: Some error in the normaliz input data detected: Unknown ConeProperty...

0 commit comments

Comments
 (0)