Update to sagemath 7.6

This commit is contained in:
pcpa 2017-04-18 16:03:03 -04:00
parent 7e3068b9f2
commit f642d2e41d
16 changed files with 177 additions and 148 deletions

View file

@ -1,7 +1,7 @@
diff -up src/sage/sandpiles/sandpile.py.orig src/sage/sandpiles/sandpile.py
--- src/sage/sandpiles/sandpile.py.orig 2017-03-04 13:25:45.385473644 -0500
+++ src/sage/sandpiles/sandpile.py 2017-03-04 13:25:53.872473969 -0500
@@ -346,9 +346,6 @@ from sage.arith.all import falling_facto
--- src/sage/sandpiles/sandpile.py.orig 2017-04-11 09:56:54.907264014 -0400
+++ src/sage/sandpiles/sandpile.py 2017-04-11 09:57:04.274264373 -0400
@@ -347,9 +347,6 @@ from sage.arith.all import falling_facto
from sage.rings.all import Integer, PolynomialRing, QQ, ZZ
from sage.symbolic.all import I, pi
@ -11,7 +11,7 @@ diff -up src/sage/sandpiles/sandpile.py.orig src/sage/sandpiles/sandpile.py
class Sandpile(DiGraph):
"""
Class for Dhar's abelian sandpile model.
@@ -5197,7 +5194,7 @@ class SandpileDivisor(dict):
@@ -5202,7 +5199,7 @@ class SandpileDivisor(dict):
sign_file.close()
# compute
try: