You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I think that this is invalid. Here is the relevant documentation:
Comparison operations (==,!=,<,<=,>,>=) return true if every value in
the first interval has the given relation to every value in the
second interval. The cmp(a, b) function works differently; it
compares two intervals lexicographically. (However, the behavior is
not specified if given a non-interval and an interval.)
Expressions involving RealIntervals do not compare properly, returning a TypeError. For example,
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/11613
The text was updated successfully, but these errors were encountered: