We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5b85f commit 09a71f2Copy full SHA for 09a71f2
pytato/utils.py
@@ -753,7 +753,6 @@ def is_materialized(expr: ArrayOrNames | FunctionDefinition) -> bool:
753
or isinstance(
754
expr,
755
(
756
- # FIXME: Is there a nice way to generalize this?
757
InputArgumentBase,
758
DistributedRecv)))
759
@@ -770,7 +769,6 @@ def has_taggable_materialization(expr: ArrayOrNames | FunctionDefinition) -> boo
770
769
and not isinstance(
771
772
773
774
775
DistributedRecv,
776
NamedArray,
0 commit comments