Skip to content

Commit

Permalink
implemented logical_xor
Browse files Browse the repository at this point in the history
  • Loading branch information
roudik committed Sep 14, 2023
1 parent f5763be commit 2cb0e13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8536,7 +8536,7 @@ def test_torch_tensor_logical_not_(
init_tree="torch.tensor",
method_name="logical_or",
dtype_and_x=helpers.dtype_and_values(
available_dtypes=helpers.get_dtypes("bool", "integer"),
available_dtypes=helpers.get_dtypes("valid"),
num_arrays=2,
),
)
Expand Down

0 comments on commit 2cb0e13

Please sign in to comment.