Skip to content

Commit

Permalink
git grep -l 'sage.doctest:' src/sage/combinat/cluster_algebra_quiver …
Browse files Browse the repository at this point in the history
…| xargs sed -i.bak '/sage.doctest:/s/optional - sage/needs sage/'
  • Loading branch information
Matthias Koeppe committed Jul 13, 2023
1 parent d5d1057 commit 6e8cfad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/sage/combinat/cluster_algebra_quiver/cluster_seed.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sage.doctest: optional - sage.graphs sage.modules
# sage.doctest: needs sage.graphs sage.modules
r"""
ClusterSeed
Expand Down
2 changes: 1 addition & 1 deletion src/sage/combinat/cluster_algebra_quiver/mutation_class.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sage.doctest: optional - sage.graphs
# sage.doctest: needs sage.graphs
r"""
mutation_class
Expand Down
2 changes: 1 addition & 1 deletion src/sage/combinat/cluster_algebra_quiver/mutation_type.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sage.doctest: optional - sage.graphs
# sage.doctest: needs sage.graphs
r"""
Helper functions for mutation types of quivers
Expand Down
2 changes: 1 addition & 1 deletion src/sage/combinat/cluster_algebra_quiver/quiver.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sage.doctest: optional - sage.graphs sage.modules
# sage.doctest: needs sage.graphs sage.modules
r"""
Quiver
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sage.doctest: optional - sage.graphs
# sage.doctest: needs sage.graphs
r"""
Quiver mutation types
Expand Down

0 comments on commit 6e8cfad

Please sign in to comment.