Skip to content

Commit

Permalink
update: test_soap_parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
kozistr committed Sep 29, 2024
1 parent cc3b2df commit 851eb0d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/test_optimizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,13 @@ def test_trac_optimizer_erf_imag():
'params',
[
{'merge_dims': True, 'precondition_1d': True, 'max_precondition_dim': 4, 'precondition_frequency': 1},
{'merge_dims': True, 'precondition_1d': False, 'max_precondition_dim': 1, 'precondition_frequency': 1},
{
'merge_dims': True,
'precondition_1d': False,
'max_precondition_dim': 1,
'precondition_frequency': 1,
'normalize_gradient': True,
},
],
)
def test_soap_parameters(params, environment):
Expand Down

0 comments on commit 851eb0d

Please sign in to comment.