From 073e6954cf9b1f3b80c46f730cabc176e80da93e Mon Sep 17 00:00:00 2001 From: svdenhau Date: Wed, 24 Jan 2024 13:22:57 +0100 Subject: [PATCH] fix failing test --- tests/test_sampling.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_sampling.py b/tests/test_sampling.py index 0e6f28b..30098ec 100644 --- a/tests/test_sampling.py +++ b/tests/test_sampling.py @@ -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