-
-
Notifications
You must be signed in to change notification settings - Fork 543
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git grep -l 'sage.doctest:' src/sage/combinat/cluster_algebra_quiver …
…| 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
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
2 changes: 1 addition & 1 deletion
2
src/sage/combinat/cluster_algebra_quiver/quiver_mutation_type.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|