Skip to content

Commit

Permalink
Update tuple_select.py
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson committed Jun 26, 2024
1 parent 6fd5c6f commit 41bc134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_bindings/test/correctness/tuple_select.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_tuple_select():
# fmt: on
except hl.HalideError as e:
assert (
"select() may not mix Expr and Tuple for the condition elements."
"select() on Tuples may not mix Expr and Tuple for the condition elements."
in str(e)
)
else:
Expand Down

0 comments on commit 41bc134

Please sign in to comment.