Skip to content

Commit

Permalink
add missing arg for test_torch_where
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishticode committed Aug 14, 2023
1 parent db32b18 commit 1b5a0ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1263,6 +1263,7 @@ def test_torch_where(
condition=cond,
input=xs[0],
other=xs[1],
backend_to_test=backend_fw,
)


Expand Down

0 comments on commit 1b5a0ac

Please sign in to comment.