Skip to content

Commit 41bc134

Browse files
Update tuple_select.py
1 parent 6fd5c6f commit 41bc134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_bindings/test/correctness/tuple_select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def test_tuple_select():
7272
# fmt: on
7373
except hl.HalideError as e:
7474
assert (
75-
"select() may not mix Expr and Tuple for the condition elements."
75+
"select() on Tuples may not mix Expr and Tuple for the condition elements."
7676
in str(e)
7777
)
7878
else:

0 commit comments

Comments
 (0)