summarylogtreecommitdiffstats
path: root/sagemath-singular-4.1.2.patch
diff options
context:
space:
mode:
authorAntonio Rojas2020-01-10 19:43:28 +0000
committerAntonio Rojas2020-01-10 19:43:28 +0000
commit051abec7a32c12ea1253d21d252cc80e95c110a8 (patch)
tree3641ea91e5447902b77b8b4039edf9b9b44b10a9 /sagemath-singular-4.1.2.patch
parent2735723f0941c7b55748e9413329cce77fd20e62 (diff)
downloadaur-051abec7a32c12ea1253d21d252cc80e95c110a8.tar.gz
Rebase patches, add numerical backends optdepends
Diffstat (limited to 'sagemath-singular-4.1.2.patch')
-rw-r--r--sagemath-singular-4.1.2.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/sagemath-singular-4.1.2.patch b/sagemath-singular-4.1.2.patch
index a54e1f516d94..9239ee1908c0 100644
--- a/sagemath-singular-4.1.2.patch
+++ b/sagemath-singular-4.1.2.patch
@@ -246,12 +246,12 @@ diff --git a/src/sage/schemes/curves/projective_curve.py b/src/sage/schemes/curv
index b5bd3c8c3e..0b26733ede 100644
--- a/src/sage/schemes/curves/projective_curve.py
+++ b/src/sage/schemes/curves/projective_curve.py
-@@ -1873,7 +1873,7 @@ class ProjectivePlaneCurve_prime_finite_field(ProjectivePlaneCurve_finite_field)
+@@ -1892,7 +1892,7 @@ class ProjectivePlaneCurve_prime_finite_field(ProjectivePlaneCurve_finite_field)
sage: C = Curve(f); pts = C.rational_points()
sage: D = C.divisor([ (3, pts[0]), (-1,pts[1]), (10, pts[5]) ])
sage: C.riemann_roch_basis(D)
- [(-x - 2*y)/(-2*x - 2*y), (-x + z)/(x + y)]
+ [(-2*x + y)/(x + y), (-x + z)/(x + y)]
-
.. NOTE::
+