Problems running bilby_pipe with custom waveform model
I have been attempting to utilize bilby_pipe with a custom waveform model (e.g. sine gaussian). Unfortunately, bilby_pipe passes many unnecessary default arguments automatically to the waveform. As @colm.talbot has pointed out to me, adding a **kwargs
to the waveform model will handle this situation gracefully, though this is not clearly documented.