Skip to content

Commit 522ca7b

Browse files
committed
fix: typo
1 parent 9c86853 commit 522ca7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_optimizers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def test_f16_optimizers(optimizer_fp16_config):
199199

200200
@pytest.mark.parametrize('adaptive', (False, True))
201201
@pytest.mark.parametrize('optimizer_sam_config', FP32_OPTIMIZERS, ids=ids)
202-
def test_sam_optimizers(adaptive_type, optimizer_sam_config):
202+
def test_sam_optimizers(adaptive, optimizer_sam_config):
203203
torch.manual_seed(42)
204204

205205
x_data, y_data = make_dataset()

0 commit comments

Comments
 (0)