-
-
Notifications
You must be signed in to change notification settings - Fork 675
Open
Description
Expressions involving RealIntervals do not compare properly, returning a TypeError. For example,
sage: bool(RealInterval(4,5)*x==RealInterval(4,5)*x)
ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (1006, 0))
TypeError:
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/11613