-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Milestone
Description
The current error message given by
sage: Polyhedron([[sqrt(2)]])
Traceback (most recent call last):
...
ValueError: for polyhedra with floating point numbers, the only allowed ring is RDF with backend 'cdd'
should be replaced by "ValueError: the only allowed inexact ring is RDF with backend 'cdd'"
Depends on #22572
Component: geometry
Keywords: days93, IMA-PolyGeom
Author: Jean-Philippe Labbé
Branch/Commit: 7005c9e
Reviewer: Moritz Firsching
Issue created by migration from https://trac.sagemath.org/ticket/24835