Skip to content

Commit ead521a

Browse files
committed
set genrep default to True in seed func
1 parent fe45028 commit ead521a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validphys2/src/validphys/n3fit_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def replica_luxseed(replica, luxseed):
110110
return replica_nnseed(replica, luxseed)
111111

112112

113-
def group_replica_mcseed(replica_mcseed, groups_dataset_inputs_loaded_cd_with_cuts, genrep):
113+
def group_replica_mcseed(replica_mcseed, groups_dataset_inputs_loaded_cd_with_cuts, genrep=True):
114114
"""Generates the ``mcseed`` for a group of datasets. This is done by hashing the names
115115
of the datasets in the group and adding it to the ``replica_mcseed`
116116
Parameters

0 commit comments

Comments
 (0)