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 cd41747 commit 5e978beCopy full SHA for 5e978be
arraycontext/context.py
@@ -502,7 +502,7 @@ def tag(self,
502
@abstractmethod
503
def tag_axis(self,
504
iaxis: int, tags: ToTagSetConvertible,
505
- array: ArrayOrContainerOrScalarT) -> ArrayOrContainerOrScalarT:
+ array: ArrayOrContainerT) -> ArrayOrContainerT:
506
"""If the array type used by the array context is capable of capturing
507
metadata, return a version of *array* in which axis number *iaxis* has
508
the *tags* applied. *array* itself is not modified. When working with
0 commit comments