Skip to content

Commit d79158c

Browse files
committed
PR#36489: add link to the issue in the docstring
1 parent 875444d commit d79158c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sage/topology/simplicial_complex_morphism.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,9 @@ def __call__(self, x, orientation=False):
245245
sage: g(Simplex([0,1]), orientation=True) # needs sage.modules
246246
((0, 1), -1)
247247
248-
TESTS::
248+
TESTS:
249+
250+
Test that the problem in :issue:`36849` has been fixed::
249251
250252
sage: S = SimplicialComplex([[1,2]],is_mutable=False).barycentric_subdivision()
251253
sage: T = SimplicialComplex([[1,2],[2,3],[1,3]],is_mutable=False).barycentric_subdivision()

0 commit comments

Comments
 (0)