Validphys copies the runcard it is given as input to the input folder of the output. For vp-comparefits it copies literally the runcard template, but not the settings that were given by the user as input. As a consequence validphys old_output/input/runcard.yaml does not work. We should make sure that we don't only copy the runcard but instead append the settings provided by the user to it. It should be easy enough to write the corresponding yaml.
Validphys copies the runcard it is given as input to the
inputfolder of the output. Forvp-comparefitsit copies literally the runcard template, but not the settings that were given by the user as input. As a consequencevalidphys old_output/input/runcard.yamldoes not work. We should make sure that we don't only copy the runcard but instead append the settings provided by the user to it. It should be easy enough to write the corresponding yaml.