Skip to content

Commit

Permalink
fix bug due to modularization
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoudert committed Aug 13, 2023
1 parent aa220c4 commit fc72523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/geometry/polyhedron/base_ZZ.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ def ehrhart_polynomial(self, engine=None, variable='t', verbose=False, dual=None
t^6 + 6*t^5 + 15*t^4 + 20*t^3 + 15*t^2 + 6*t + 1
sage: # optional - pynormaliz
sage: from itertools import product
sage: def hypercube(d):
....: return Polyhedron(vertices=list(product([0,1],repeat=d)),backend='normaliz')
sage: hypercube(3).ehrhart_polynomial(engine='normaliz')
Expand Down

0 comments on commit fc72523

Please sign in to comment.