problem with injection-waveform-approximant in symmetric config
injection-waveform-approximant
gets passed to posteriors
in https://git.ligo.org/justin.janquart/golum/-/blob/o4-golum/golum/golum/tools/utils.py#L57 and that causes an error when converting to float
in https://git.ligo.org/justin.janquart/golum_pipe/-/blob/main/golum_pipe/golum_pipe/data_generation/image_2_data_generation.py#L85.
One could pop the waveform_approximant
key in https://git.ligo.org/justin.janquart/golum/-/blob/o4-golum/golum/golum/tools/utils.py#L59 to mitigate the issue.