You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In GitLab by @git.ligo:support-bot on Sep 3, 2024, 18:33
Hello,
I was testing with relative binning and I wanted to plot the waveform, but I encountered an error, I hope you can help.
To be more specific I ran the relative_binning.py example to which I added the lines shown in the "waveform reconstruction plot" in the "visualizing the results" section of bilby's documentation, however the reconstruction does not work due to the parameter "fiducial" which does not know what to do with it I guess.
I am using bilby version 2.2.2 and the error is in waveform_generator.py line 237
new_parameters.pop(key)
KeyError 'fiducial'
Kind Regards,
Giovanni Antinozzi
The text was updated successfully, but these errors were encountered:
In GitLab by @git.ligo:support-bot on Sep 3, 2024, 18:33
Hello,
I was testing with relative binning and I wanted to plot the waveform, but I encountered an error, I hope you can help.
To be more specific I ran the relative_binning.py example to which I added the lines shown in the "waveform reconstruction plot" in the "visualizing the results" section of bilby's documentation, however the reconstruction does not work due to the parameter "fiducial" which does not know what to do with it I guess.
I am using bilby version 2.2.2 and the error is in waveform_generator.py line 237
new_parameters.pop(key)
KeyError 'fiducial'
Kind Regards,
Giovanni Antinozzi
The text was updated successfully, but these errors were encountered: