Skip to content

Commit fc72523

Browse files
committed
fix bug due to modularization
1 parent aa220c4 commit fc72523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/geometry/polyhedron/base_ZZ.py

+1
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ def ehrhart_polynomial(self, engine=None, variable='t', verbose=False, dual=None
414414
t^6 + 6*t^5 + 15*t^4 + 20*t^3 + 15*t^2 + 6*t + 1
415415
416416
sage: # optional - pynormaliz
417+
sage: from itertools import product
417418
sage: def hypercube(d):
418419
....: return Polyhedron(vertices=list(product([0,1],repeat=d)),backend='normaliz')
419420
sage: hypercube(3).ehrhart_polynomial(engine='normaliz')

0 commit comments

Comments
 (0)