Skip to content

Commit

Permalink
remove unused input
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Nov 13, 2024
1 parent 9d4f2a5 commit 4a5e762
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 @@ -52,7 +52,7 @@ def theory_covmat_dataset(
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 4a5e762

Please sign in to comment.