Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
sungchul2 committed Feb 22, 2024
1 parent 539a37c commit a01345a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def test_load_checkpoint_from_local_checkpoint(self, mocker, monkeypatch, checkp
else:
mocker_load_from_checkpoint.assert_not_called()
mocker_load_state_dict.assert_called_once()

@e2e_pytest_unit
def test_load_checkpoint_without_checkpoint(self, mocker):
"""Test load_checkpoint without checkpoint."""
Expand Down

0 comments on commit a01345a

Please sign in to comment.