Skip to content

Commit 42c1f0c

Browse files
committed
Fix lars tests
1 parent a426511 commit 42c1f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_optim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def test_lars(optimizer):
499499
lambda weight, bias: create_optimizer_v2(
500500
_build_params_dict(weight, bias, lr=1e-3),
501501
optimizer,
502-
lr=1e-1)
502+
lr=1e-3)
503503
)
504504
_test_basic_cases(
505505
lambda weight, bias: create_optimizer_v2(

0 commit comments

Comments
 (0)