Skip to content

Commit

Permalink
Change also luxset with vp-nextfitruncard
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Jul 3, 2023
1 parent 0310180 commit c8d087b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions validphys2/src/validphys/eff_exponents.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,5 +599,8 @@ def iterated_runcard_yaml(fit, update_runcard_description_yaml):
closuretest_data = filtermap["closuretest"]
if "filterseed" in closuretest_data:
closuretest_data["filterseed"] = random.randrange(0, maxint)

if "fiatlux" in filtermap:
filtermap['fiatlux']['luxset'] = fit.name

return yaml.dump(filtermap, Dumper=yaml.RoundTripDumper)

0 comments on commit c8d087b

Please sign in to comment.