Skip to content

Commit 1446f6c

Browse files
committed
fix: typo
1 parent 9308729 commit 1446f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_optimizer_parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def test_beta0(optimizer_name):
108108
optimizer(None, num_iterations=200, beta0=-0.1)
109109

110110

111-
@pytest.mark.parametrize('optimizer_names', ['nero'])
111+
@pytest.mark.parametrize('optimizer_name', ['nero'])
112112
def test_beta(optimizer_name):
113113
optimizer = load_optimizer(optimizer_name)
114114
with pytest.raises(ValueError):

0 commit comments

Comments
 (0)