Skip to content

Commit

Permalink
Rename test_scheduler_outputs_equivalence in model tests. (open-mmlab…
Browse files Browse the repository at this point in the history
  • Loading branch information
pcuenca authored Sep 13, 2022
1 parent f7cd6b8 commit e335f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_modeling_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_ema_training(self):
loss.backward()
ema_model.step(model)

def test_scheduler_outputs_equivalence(self):
def test_outputs_equivalence(self):
def set_nan_tensor_to_zero(t):
# Temporary fallback until `aten::_index_put_impl_` is implemented in mps
# Track progress in https://github.com/pytorch/pytorch/issues/77764
Expand Down

0 comments on commit e335f05

Please sign in to comment.