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

Commit

Permalink
trac #17637: Stopgap for IntegerListsLex
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanncohen committed Jan 15, 2015
1 parent 9e13c1b commit 5f00624
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sage/combinat/integer_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,10 @@ def __init__(self,
True
sage: TestSuite(C).run()
"""
from sage.misc.stopgap import stopgap
stopgap("This code contains bugs and may be mathematically unreliable.",
17548)

# Convert to float infinity
from sage.rings.infinity import infinity
if max_slope == infinity:
Expand Down

0 comments on commit 5f00624

Please sign in to comment.