summary refs log tree commit diff
path: root/pkgs/applications/science/math/sage/patches/revert-269c1e1551285.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/math/sage/patches/revert-269c1e1551285.patch')
-rw-r--r--pkgs/applications/science/math/sage/patches/revert-269c1e1551285.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/sage/patches/revert-269c1e1551285.patch b/pkgs/applications/science/math/sage/patches/revert-269c1e1551285.patch
new file mode 100644
index 000000000000..b57e48b86dec
--- /dev/null
+++ b/pkgs/applications/science/math/sage/patches/revert-269c1e1551285.patch
@@ -0,0 +1,14 @@
+reverted:
+--- b/src/sage/geometry/polyhedron/backend_cdd.py
++++ a/src/sage/geometry/polyhedron/backend_cdd.py
+@@ -154,7 +154,9 @@
+             ...    [0.62, -1.38, 0.38],[0.144, -1.04, 0.04],
+             ...    [0.1309090909, -1.0290909091, 0.04]]
+             sage: Polyhedron(point_list)
++            Traceback (most recent call last):
++            ...
++            ValueError: *Error: Numerical inconsistency is found.  Use the GMP exact arithmetic.
+-            A 3-dimensional polyhedron in RDF^3 defined as the convex hull of 14 vertices
+             sage: Polyhedron(point_list, base_ring=QQ)
+             A 3-dimensional polyhedron in QQ^3 defined as the convex hull of 14 vertices
+         """