Skip to content

Commit

Permalink
use t0theoryid for thcovmat construction
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Jul 28, 2024
1 parent 26709c1 commit 1fc82e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validphys2/src/validphys/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1686,13 +1686,13 @@ def produce_group_dataset_inputs_by_experiment(self, data_input):
def produce_group_dataset_inputs_by_process(self, data_input):
return self.produce_group_dataset_inputs_by_metadata(data_input, "nnpdf31_process")

def produce_scale_variation_theories(self, theoryid, point_prescription):
def produce_scale_variation_theories(self, t0theoryid, point_prescription):
"""Produces a list of theoryids given a theoryid at central scales and a point
prescription. The options for the latter are '3 point', '5 point', '5bar point', '7 point'
and '9 point'. Note that these are defined in arXiv:1906.10698. This hard codes the
theories needed for each prescription to avoid user error."""
pp = point_prescription
th = theoryid.id
th = t0theoryid.id

lsv = yaml.safe_load(read_text(validphys.scalevariations, "scalevariationtheoryids.yaml"))

Expand Down

0 comments on commit 1fc82e1

Please sign in to comment.