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

Commit

Permalink
Polyhedron_base.incidence_matrix: Remove accidental change to doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jul 7, 2021
1 parent 4b930ff commit 4558e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/base.py
Expand Up @@ -2973,7 +2973,7 @@ def incidence_matrix(self):
sage: M = P.incidence_matrix.cache
sage: P.incidence_matrix.clear_cache()
sage: M == P.incidence_matrix()
False
True
"""
if self.base_ring() in (ZZ, QQ):
# Much faster for integers or rationals.
Expand Down

0 comments on commit 4558e26

Please sign in to comment.