Skip to content

Commit 92aef09

Browse files
fchapotonMatthias Köppe
andauthored
tag formatting
Co-authored-by: Matthias Köppe <[email protected]>
1 parent c34387b commit 92aef09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/sandpiles/sandpile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6504,7 +6504,7 @@ def partition_sandpile(S, p):
65046504
65056505
sage: from sage.sandpiles.sandpile import admissible_partitions, partition_sandpile
65066506
sage: S = sandpiles.Cycle(4)
6507-
sage: P = [list(admissible_partitions(S, i)) for i in [2,3,4]] # needs sage.combinat
6507+
sage: P = [list(admissible_partitions(S, i)) for i in [2,3,4]] # needs sage.combinat
65086508
sage: for p in P: # needs sage.combinat
65096509
....: sum([partition_sandpile(S, i).betti(verbose=False)[-1] for i in p])
65106510
6

0 commit comments

Comments
 (0)