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

Commit dc544fa

Browse files
committed
fix optional tag in integrate test
1 parent 1cf59f4 commit dc544fa

File tree

1 file changed

+1
-1
lines changed
  • src/sage/geometry/polyhedron

1 file changed

+1
-1
lines changed

src/sage/geometry/polyhedron/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4075,7 +4075,7 @@ def integrate(self, polynomial, **kwds):
40754075
40764076
sage: x, y = polygens(QQ, 'x, y')
40774077
sage: P = Polyhedron(vertices=[[0,0],[1,1]])
4078-
sage: P.integrate(x*y)
4078+
sage: P.integrate(x*y) # optional - latte_int
40794079
Traceback (most recent call last):
40804080
...
40814081
NotImplementedError: The polytope must be full-dimensional.

0 commit comments

Comments
 (0)