Skip to content

Commit 4f497d9

Browse files
committed
update: test_sparse_not_supported
1 parent 4d774fa commit 4f497d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_gradients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_no_gradients(optimizer_name):
3939

4040
@pytest.mark.parametrize('no_sparse_optimizer', NO_SPARSE_OPTIMIZERS)
4141
def test_sparse_not_supported(no_sparse_optimizer):
42-
if no_sparse_optimizer in ('lomo', 'bsam'):
42+
if no_sparse_optimizer in ('lomo', 'bsam', 'adammini'):
4343
pytest.skip(f'skip {no_sparse_optimizer} optimizer.')
4444

4545
param = simple_sparse_parameter()[1]

0 commit comments

Comments
 (0)