summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2019-11-22 19:11:03 +0000
committerAntonio Rojas2019-11-22 19:11:03 +0000
commit678cc998853f6c34c54ba6213c29115a6bfea335 (patch)
tree00c8a715aa0c4a9bc5f06104477df8cbb91a076e
parentaca5b7d7d7ec4d7c9f9ec9c57e02ec4af228718a (diff)
downloadaur-678cc998853f6c34c54ba6213c29115a6bfea335.tar.gz
Update patch
-rw-r--r--sagemath-python-3.8.patch9
1 files changed, 6 insertions, 3 deletions
diff --git a/sagemath-python-3.8.patch b/sagemath-python-3.8.patch
index 77c084c17c40..1b0554d8cf5e 100644
--- a/sagemath-python-3.8.patch
+++ b/sagemath-python-3.8.patch
@@ -618,10 +618,10 @@ index cc49fd19b7..6cd094b438 100644
"""
return hash(self._coeffs) ^ hash(self._const)
diff --git a/src/sage/geometry/polyhedron/library.py b/src/sage/geometry/polyhedron/library.py
-index d66997fc95..8c01eb1376 100644
+index d66997fc95..57a039d4d6 100644
--- a/src/sage/geometry/polyhedron/library.py
+++ b/src/sage/geometry/polyhedron/library.py
-@@ -2287,10 +2287,10 @@ class Polytopes():
+@@ -2287,12 +2287,12 @@ class Polytopes():
sage: perm_a2_reg = polytopes.generalized_permutahedron(['A',2],regular=True)
sage: perm_a2_reg.vertices()
@@ -633,8 +633,11 @@ index d66997fc95..8c01eb1376 100644
+ A vertex at (1/2, 0.866025403784439?),
+ A vertex at (-1/2, -0.866025403784439?),
A vertex at (1.000000000000000?, 0.?e-18),
- A vertex at (0.500000000000000?, 0.866025403784439?))
+- A vertex at (0.500000000000000?, 0.866025403784439?))
++ A vertex at (0.500000000000000?, -0.866025403784439?))
sage: perm_a2_reg.is_inscribed()
+ True
+ sage: perm_a3_reg = polytopes.generalized_permutahedron(['A',3],regular=True)
@@ -2304,20 +2304,20 @@ class Polytopes():
sage: perm_a2_inexact = polytopes.generalized_permutahedron(['A',2],exact=False)
sage: perm_a2_inexact.vertices()