Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Nov 26, 2024
1 parent a622efa commit 0102022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validphys2/src/validphys/theorycovariance/construction.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0102022

Please sign in to comment.