Skip to content

Commit

Permalink
Merge pull request #40 from Samreay/extra_cov
Browse files Browse the repository at this point in the history
extra_cov
  • Loading branch information
djbrout authored Feb 28, 2021
2 parents 282e750 + 625180f commit 554670b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pippin/create_cov.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ def calculate_input(self):
self.yaml["VERSION"] = self.biascor_dep.output["subdirs"][self.index]
self.yaml["MUOPT_SCALES"] = self.biascor_dep.output["muopt_scales"]
self.yaml["COVOPTS"] = self.options.get("COVOPTS", [])
logging.info(self.options.get("EXTRA_COVS", []))
asdf
self.yaml["EXTRA_COVS"] = self.options.get("EXTRA_COVS", [])
self.yaml["CALIBRATORS"] = self.calibration_set

# Load in sys file, add muopt arguments if needed
Expand Down

0 comments on commit 554670b

Please sign in to comment.