Skip to content

RealInterval expression comparisons broken #11613

@eviatarbach

Description

@eviatarbach

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions