bilby-dev / bilby

A unified framework for stochastic sampling packages and gravitational-wave inference in Python.
https://bilby-dev.github.io/bilby/
MIT License
60 stars 71 forks source link

Error in warning issued when enforcing LAL kwargs #41

Open jacobgolomb opened 1 month ago

jacobgolomb commented 1 month ago

The warning introduced by this MR: https://git.ligo.org/lscsoft/bilby/-/merge_requests/1269 is printed by this line https://git.ligo.org/lscsoft/bilby/-/blob/master/bilby/gw/source.py?ref_type=heads#L672.

This raises a KeyError because I don't think you can print a dict with the .format method like this. I think it needs to be changed to .format(waveform_kwargs=waveform_kwargs).