Skip to content

Commit

Permalink
fix op name
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyang committed Sep 19, 2024
1 parent 2e3a1e7 commit 7eebb15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_binary_pointwise_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ def test_accuracy_bitwiseor(shape, dtype):
gems_assert_equal(res_out, ref_out)


@pytest.mark.__or__
@pytest.mark.bitwise_or
@pytest.mark.parametrize("shape", POINTWISE_SHAPES)
@pytest.mark.parametrize("dtype", INT_DTYPES + BOOL_TYPES)
Expand All @@ -188,7 +187,6 @@ def test_accuracy_bitwiseor_scalar(shape, dtype):
gems_assert_equal(res_out, ref_out)


@pytest.mark.__or__
@pytest.mark.bitwise_or
@pytest.mark.parametrize("shape", POINTWISE_SHAPES)
@pytest.mark.parametrize("dtype", INT_DTYPES + BOOL_TYPES)
Expand Down

0 comments on commit 7eebb15

Please sign in to comment.