From eda3a316d2645a6435f10fe3924296bc5cc625df Mon Sep 17 00:00:00 2001 From: ric-evans Date: Tue, 19 Nov 2024 15:40:06 -0600 Subject: [PATCH] fix old test --- tests/unit/test_sample_dataset_histos.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/test_sample_dataset_histos.py b/tests/unit/test_sample_dataset_histos.py index 3790940..cd55bc6 100644 --- a/tests/unit/test_sample_dataset_histos.py +++ b/tests/unit/test_sample_dataset_histos.py @@ -132,6 +132,7 @@ def test_300__aggregate_histograms(): path=dataset_path, sample_percentage=1.0, # sample everything dest_dir=output_dir, + force=False, ) )