Skip to content

Commit

Permalink
rollback test
Browse files Browse the repository at this point in the history
  • Loading branch information
kshpv committed Nov 18, 2024
1 parent 35aff71 commit 10fa44c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/common/experimental/test_reducers_and_aggregators.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def test_other_reducers(self, reducer_cls, input_data):
else:
assert len(reduced_input) == 1
assert fns.allclose(reduced_input[0], tensor_data)
assert id(tensor_data) != id(reduced_input[0])

@pytest.mark.parametrize("reducer_cls", [RawReducer, ShapeReducer])
def test_other_reducers_name_hash_equal(self, reducer_cls):
Expand Down

0 comments on commit 10fa44c

Please sign in to comment.