mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Update to sagemath 7.4
This commit is contained in:
parent
6b381937c4
commit
807c53b3b6
21 changed files with 299 additions and 2458 deletions
|
@ -1,6 +1,6 @@
|
|||
diff -up src/sage/sandpiles/sandpile.py.orig src/sage/sandpiles/sandpile.py
|
||||
--- src/sage/sandpiles/sandpile.py.orig 2016-08-08 13:33:09.209528750 -0400
|
||||
+++ src/sage/sandpiles/sandpile.py 2016-08-08 13:33:36.251529786 -0400
|
||||
--- src/sage/sandpiles/sandpile.py.orig 2016-10-20 08:05:08.805531352 -0400
|
||||
+++ src/sage/sandpiles/sandpile.py 2016-10-20 08:05:17.107531669 -0400
|
||||
@@ -346,9 +346,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.
|
||||
@@ -5229,7 +5226,7 @@ class SandpileDivisor(dict):
|
||||
@@ -5203,7 +5200,7 @@ class SandpileDivisor(dict):
|
||||
sign_file.close()
|
||||
# compute
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue