[sagemath] 01/01: Fix a doctest related to pari stack warnings.
Tobias Hansen
thansen at moszumanska.debian.org
Thu Dec 8 14:15:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository sagemath.
commit 6efacebe22f5f15d394fdf5ba28c809760736f2c
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date: Thu Dec 8 14:15:03 2016 +0000
Fix a doctest related to pari stack warnings.
---
debian/patches/debian-pari-stackwarn.patch | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/debian/patches/debian-pari-stackwarn.patch b/debian/patches/debian-pari-stackwarn.patch
index 2e2599b..2f82981 100644
--- a/debian/patches/debian-pari-stackwarn.patch
+++ b/debian/patches/debian-pari-stackwarn.patch
@@ -14,6 +14,15 @@ Author: Tobias Hansen <thansen at debian.org>
"""
Initialize the PARI system.
+@@ -1242,7 +1242,7 @@
+ EXAMPLES::
+
+ sage: pari.stacksize()
+- 1000000
++ 16000000
+ sage: pari.allocatemem(2^18, silent=True)
+ sage: pari.stacksize()
+ 262144
@@ -1316,6 +1316,7 @@
stack size::
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git
More information about the debian-science-commits
mailing list