Skip to content

Commit

Permalink
add default scaling factor for alphas covmat
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed May 23, 2024
1 parent cccb512 commit 2fd3f07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions validphys2/src/validphys/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1611,6 +1611,11 @@ def produce_group_dataset_inputs_by_metadata(self, data_input, processed_metadat
for name, group in res.items()
]

def produce_rescale_alphas_covmat(self, rescale_alphas_theory_covmat=None):
if rescale_alphas_theory_covmat != None:
return rescale_alphas_theory_covmat
return 1.0

def produce_fivetheories(self, point_prescription):
if point_prescription == "5bar point":
return "bar"
Expand Down

0 comments on commit 2fd3f07

Please sign in to comment.