Skip to content

Commit 6e8cfad

Browse files
author
Matthias Koeppe
committed
git grep -l 'sage.doctest:' src/sage/combinat/cluster_algebra_quiver | xargs sed -i.bak '/sage.doctest:/s/optional - sage/needs sage/'
1 parent d5d1057 commit 6e8cfad

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/sage/combinat/cluster_algebra_quiver/cluster_seed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.graphs sage.modules
1+
# sage.doctest: needs sage.graphs sage.modules
22
r"""
33
ClusterSeed
44

src/sage/combinat/cluster_algebra_quiver/mutation_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.graphs
1+
# sage.doctest: needs sage.graphs
22
r"""
33
mutation_class
44

src/sage/combinat/cluster_algebra_quiver/mutation_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.graphs
1+
# sage.doctest: needs sage.graphs
22
r"""
33
Helper functions for mutation types of quivers
44

src/sage/combinat/cluster_algebra_quiver/quiver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.graphs sage.modules
1+
# sage.doctest: needs sage.graphs sage.modules
22
r"""
33
Quiver
44

src/sage/combinat/cluster_algebra_quiver/quiver_mutation_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.graphs
1+
# sage.doctest: needs sage.graphs
22
r"""
33
Quiver mutation types
44

0 commit comments

Comments
 (0)