Comment 1 for bug 1890561

Revision history for this message
Corey Bryant (corey.bryant) wrote :

I think it has a pretty hard dependency on infinity, specifically the code in intervals/interval.py:

corey@corey-ThinkPad-T440s:/tmp/intervals-0.9.0$ grep -r infinity|grep import
README.rst: >>> from infinity import inf
README.rst: >>> from infinity import inf
intervals/interval.py:from infinity import inf, is_infinite
tests/interval/test_initialization.py:from infinity import inf
tests/interval/test_properties.py:from infinity import inf
tests/interval/test_coercion.py:from infinity import inf
tests/interval/test_factory_methods.py:from infinity import inf
tests/interval/test_operators.py:from infinity import inf