Skip to content

Commit fe3f5f0

Browse files
committed
remove a couple of FIXMEs
1 parent ec4ce50 commit fe3f5f0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pytato/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,6 @@ def is_materialized(expr: ArrayOrNames | FunctionDefinition) -> bool:
752752
or isinstance(
753753
expr,
754754
(
755-
# FIXME: Is there a nice way to generalize this?
756755
InputArgumentBase,
757756
DistributedRecv)))
758757

@@ -769,7 +768,6 @@ def has_taggable_materialization(expr: ArrayOrNames | FunctionDefinition) -> boo
769768
and not isinstance(
770769
expr,
771770
(
772-
# FIXME: Is there a nice way to generalize this?
773771
InputArgumentBase,
774772
DistributedRecv,
775773
NamedArray,

0 commit comments

Comments
 (0)