From 0102022f374c710aa1be5e2cb32beeaee7d3ac76 Mon Sep 17 00:00:00 2001 From: Roy Stegeman Date: Tue, 26 Nov 2024 10:45:25 +0000 Subject: [PATCH] remove unused variable --- validphys2/src/validphys/theorycovariance/construction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validphys2/src/validphys/theorycovariance/construction.py b/validphys2/src/validphys/theorycovariance/construction.py index dda68e74a5..e4811c4478 100644 --- a/validphys2/src/validphys/theorycovariance/construction.py +++ b/validphys2/src/validphys/theorycovariance/construction.py @@ -50,7 +50,7 @@ def theory_covmat_dataset(results, results_central_bytheoryids, point_prescripti ProcessInfo = namedtuple("ProcessInfo", ("preds", "namelist", "sizes")) -def combine_by_type(each_dataset_results_central_bytheory, theoryids): +def combine_by_type(each_dataset_results_central_bytheory): """Groups the datasets bu process and returns an instance of the ProcessInfo class Parameters