Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Jan 24, 2024
1 parent 051a882 commit 073e695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def test_sample_metrics(mace_model, dataset, tmp_path):
reference,
walkers,
identifier,
error_thresholds_for_reset=(2000, 1e9),
error_thresholds_for_discard=(2000, 1e9),
error_thresholds_for_reset=(1e9, 1e9),
error_thresholds_for_discard=(1e9, 1e9),
metrics=metrics,
)
assert data.length().result() == 6 # one state should have failed
Expand Down

0 comments on commit 073e695

Please sign in to comment.