Skip to content
Snippets Groups Projects
Commit ef4a2f37 authored by Cecilio Garcia-Quiros's avatar Cecilio Garcia-Quiros
Browse files

Remove debug prints

parent ed606ffe
No related branches found
No related tags found
1 merge request!896Allow any lal dictionary option and add numerical_relativity_file
......@@ -348,10 +348,6 @@ def _base_lal_cbc_fd_waveform(
if func != 0:
func(waveform_dictionary, value)
print("\nHOOOOOLAAAAA\n")
print("Mband = %f" % lalsim.SimInspiralWaveformParamsLookupPhenomXHMThresholdMband(waveform_dictionary))
print("PV = %f" % lalsim.SimInspiralWaveformParamsLookupPhenomXPrecVersion(waveform_dictionary))
if ('numerical_relativity_file' in waveform_kwargs) and waveform_kwargs['numerical_relativity_file'] is not None:
lalsim.SimInspiralWaveformParamsInsertNumRelData(
waveform_dictionary, waveform_kwargs['numerical_relativity_file'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment