Skip to content

Commit 1903bb6

Browse files
committed
update: remove test_scion_lmo_direction
1 parent a061b33 commit 1903bb6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/test_optimizer_parameters.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,3 @@ def test_load_wrapper_optimizer(optimizer_instance):
303303

304304
state = optimizer.state_dict()
305305
optimizer.load_state_dict(state)
306-
307-
308-
def test_scion_lmo_direction():
309-
x = torch.zeros((1, 1), dtype=torch.float32)
310-
311-
optimizer_instance = load_optimizer('SCION')
312-
for lmo_direction in ('spectral', 'sign', 'col_norm', 'row_norm'):
313-
optimizer_instance.get_lmo_direction(x, lmo_direction)

0 commit comments

Comments
 (0)