Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 37863df

Browse files
author
Michael Jung
committed
Trac #28916: Doctest for coerce map added
1 parent dc5b909 commit 37863df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sage/manifolds/differentiable/mixed_form_algebra.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ def _coerce_map_from_(self, S):
264264
True
265265
sage: A._coerce_map_from_(M.diff_form_module(3))
266266
True
267+
sage: A._coerce_map_from_(M.tensor_field_module((0,1)))
268+
True
267269
sage: U = M.open_subset('U')
268270
sage: AU = U.mixed_form_algebra()
269271
sage: AU._coerce_map_from_(A)

0 commit comments

Comments
 (0)