Skip to content

Commit d3e1fb5

Browse files
author
Matthias Koeppe
committed
src/sage/homology: Update file-level doctest tag
1 parent 6b178b5 commit d3e1fb5

8 files changed

+8
-8
lines changed

src/sage/homology/algebraic_topological_model.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
Algebraic topological model for a cell complex
44

src/sage/homology/chain_complex_homspace.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 (because all doctests use SimplicialComplex)
1+
# sage.doctest: needs sage.graphs (because all doctests use SimplicialComplex)
22
r"""
33
Homspaces between chain complexes
44

src/sage/homology/chains.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 (because all doctests use the catalogs simplicial_complexes, cubical_complexes)
1+
# sage.doctest: needs sage.graphs (because all doctests use the catalogs simplicial_complexes, cubical_complexes)
22
r"""
33
Chains and cochains
44

src/sage/homology/free_resolution.py

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

src/sage/homology/graded_resolution.py

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

src/sage/homology/hochschild_complex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.combinat (because all doctests use FreeAlgebra, SymmetricGroupAlgebra, etc.)
1+
# sage.doctest: needs sage.combinat (because all doctests use FreeAlgebra, SymmetricGroupAlgebra, etc.)
22
"""
33
Hochschild Complexes
44
"""

src/sage/homology/homology_morphism.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 (because all doctests use the catalog simplicial_complexes)
1+
# sage.doctest: needs sage.graphs (because all doctests use the catalog simplicial_complexes)
22
r"""
33
Induced morphisms on homology
44

src/sage/homology/homology_vector_space_with_basis.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 (because all doctests use the catalogs simplicial_complexes, cubical_complexes)
1+
# sage.doctest: needs sage.graphs (because all doctests use the catalogs simplicial_complexes, cubical_complexes)
22

33
"""
44
Homology and cohomology with a basis

0 commit comments

Comments
 (0)