We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e978be commit 9f0934bCopy full SHA for 9f0934b
arraycontext/context.py
@@ -649,7 +649,7 @@ def permits_advanced_indexing(self) -> bool:
649
def tag_axes(
650
actx: ArrayContext,
651
dim_to_tags: Mapping[int, ToTagSetConvertible],
652
- ary: ArrayT) -> ArrayT:
+ ary: ArrayOrContainerT) -> ArrayOrContainerT:
653
"""
654
Return a copy of *ary* with the axes in *dim_to_tags* tagged with their
655
corresponding tags. Equivalent to repeated application of
0 commit comments