Skip to content

Commit a061b33

Browse files
committed
update: exclude ScionLight
1 parent 54b8919 commit a061b33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_general_optimizer_parameters.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def test_epsilon(optimizer_name):
5858
'kron',
5959
'sgd',
6060
'scion',
61+
'scionlight',
6162
):
6263
pytest.skip(f'skip {optimizer_name} optimizer')
6364

@@ -88,6 +89,7 @@ def test_weight_decay(optimizer_name):
8889
'ftrl',
8990
'muon',
9091
'scion',
92+
'scionlight',
9193
):
9294
pytest.skip(f'skip {optimizer_name} optimizer')
9395

0 commit comments

Comments
 (0)