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

Commit 4786032

Browse files
committed
removed a superfluous indirect test
1 parent b152001 commit 4786032

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sage/geometry/polyhedron/base_ZZ.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ def __getattribute__(self, name):
4242
is always a polynomial::
4343
4444
sage: P = polytopes.cube()
45-
sage: P.__getattribute__(name='ehrhart_polynomial')()
46-
8*t^3 + 12*t^2 + 6*t + 1
4745
sage: P.__getattribute__(name='ehrhart_quasipolynomial')
4846
Traceback (most recent call last):
4947
...

0 commit comments

Comments
 (0)