Skip to content

Commit

Permalink
mypy: fix errors from pytato typing improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl authored and inducer committed Nov 13, 2024
1 parent 755e39a commit a59a9c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arraycontext/impl/pytato/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def _normalize_pt_expr(
"""
normalize_mapper = _DatawrapperToBoundPlaceholderMapper()
normalized_expr = normalize_mapper(expr)
assert isinstance(normalized_expr, AbstractResultWithNamedArrays)
return normalized_expr, normalize_mapper.bound_arguments


Expand Down

0 comments on commit a59a9c8

Please sign in to comment.