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

Commit

Permalink
fix optional tag in integrate test
Browse files Browse the repository at this point in the history
  • Loading branch information
mforets committed Mar 29, 2017
1 parent 1cf59f4 commit dc544fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4075,7 +4075,7 @@ def integrate(self, polynomial, **kwds):
sage: x, y = polygens(QQ, 'x, y')
sage: P = Polyhedron(vertices=[[0,0],[1,1]])
sage: P.integrate(x*y)
sage: P.integrate(x*y) # optional - latte_int
Traceback (most recent call last):
...
NotImplementedError: The polytope must be full-dimensional.
Expand Down

0 comments on commit dc544fa

Please sign in to comment.