Problems when `label` and `outdir` are the same
If in a *.ini
file the label
and the outdir
are the same, the label
is set to the absolute path of the outdir
in the *config_complete.ini
file.
For example, if the initial *.ini
file has the following
label = highmass_o3a_inspiral_0
outdir = highmass_o3a_inspiral_0
Then the *config_complete.ini
will have
label=/home1/aditya.vijaykumar/work/imrct_injections/highmass_o3a/nlive128/injections_0/highmass_o3a_inspiral_0
outdir=/home1/aditya.vijaykumar/work/imrct_injections/highmass_o3a/nlive128/injections_0/highmass_o3a_inspiral_0
This hence throws the error bilby_pipe.utils.BilbyPipeError: The written config file highmass_o3a_inspiral_0.ini differs from the source highmass_o3a_inspiral_0/highmass_o3a_inspiral_0_config_complete.ini in ['label']
This is a bug, right?