diff --git a/examples/open_data_examples/GW150914.py b/examples/open_data_examples/GW150914.py index d619dd7e1928a7dadb95a6cdf2ba5eca93aaa16b..702d6387932c93c2996839563ab893dcd16fa4e6 100644 --- a/examples/open_data_examples/GW150914.py +++ b/examples/open_data_examples/GW150914.py @@ -36,7 +36,7 @@ prior = tupak.gw.prior.BBHPriorSet(filename='GW150914.prior') # creates the frequency-domain strain. In this instance, we are using the # `lal_binary_black_hole model` source model. We also pass other parameters: # the waveform approximant and reference frequency. -waveform_generator = tupak.WaveformGenerator( +waveform_generator = tupak.gw.WaveformGenerator( frequency_domain_source_model=tupak.gw.source.lal_binary_black_hole, waveform_arguments={'waveform_approximant': 'IMRPhenomPv2', 'reference_frequency': 50})