Skip to content

Commit

Permalink
Update tests/fitting/common/test_regularization.py
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash authored Mar 8, 2025
1 parent 8021db8 commit 2f16a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fitting/common/test_regularization.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def test_regularization_for_three_element_system(test_dir, memory_jobstore, clea
for at in atoms
]

assert all(d >= -1e-6 for d in des)
assert np.all(np.array(des) >= -1e6)

reg_minmax = [(0.1, 1), (0.001, 0.1), (0.0316, 0.316), (0.0632, 0.632)]

Expand Down

0 comments on commit 2f16a1e

Please sign in to comment.