Skip to content

Commit

Permalink
remove unused input to checks
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Jun 19, 2024
1 parent 761ab4c commit 106a110
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion n3fit/src/n3fit/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def check_consistent_basis(sum_rules, fitbasis, basis, theoryid, parameters):


@make_argcheck
def check_consistent_parallel(parameters, parallel_models, same_trvl_per_replica):
def check_consistent_parallel(parameters, parallel_models):
"""Checks whether the multiple-replica fit options are consistent among them
i.e., that the trvl seed is fixed and the layer type is correct
"""
Expand Down
1 change: 0 additions & 1 deletion n3fit/src/n3fit/n3fit_checks_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def n3fit_checks_action(
kfold=None,
tensorboard=None,
parallel_models=False,
same_trvl_per_replica=False,
double_precision=False,
):
return
Expand Down

0 comments on commit 106a110

Please sign in to comment.