Skip to content
Snippets Groups Projects
Commit 937043f2 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge bodge:src/islpy

parents 72bda23d 8aff0f1e
No related branches found
No related tags found
No related merge requests found
...@@ -130,6 +130,9 @@ EXPR_CLASSES = tuple(cls for cls in ALL_CLASSES ...@@ -130,6 +130,9 @@ EXPR_CLASSES = tuple(cls for cls in ALL_CLASSES
def _runs_in_integer_set(s, max_int=None): def _runs_in_integer_set(s, max_int=None):
if not s:
return
if max_int is None: if max_int is None:
max_int = max(s) max_int = max(s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment