Skip to content
Snippets Groups Projects

Adds back in the conversion

Merged Gregory Ashton requested to merge add-back-in-conversion into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -178,8 +178,7 @@ class DataAnalysisInput(Input):
@property
def parameter_conversion(self):
return None,
# return bilby.gw.conversion.convert_to_lal_binary_black_hole_parameters
return bilby.gw.conversion.convert_to_lal_binary_black_hole_parameters
@property
def waveform_generator(self):
Loading