Skip to content
Snippets Groups Projects
Commit 84b985f4 authored by Colm Talbot's avatar Colm Talbot
Browse files

Merge branch 'bug_fix_time_marginalisation' into 'master'

Bug fix time marginalisation

See merge request !276
parents 784d0600 7a1b3ebb
No related branches found
No related tags found
1 merge request!276Bug fix time marginalisation
Pipeline #38243 passed
......@@ -284,7 +284,7 @@ class GravitationalWaveTransient(likelihood.Likelihood):
self.interferometers.start_time + np.linspace(
0, self.interferometers.duration,
int(self.interferometers.duration / 2 *
self.waveform_generator.sampling_frequency) + 1)[1:]
self.waveform_generator.sampling_frequency))[1:]
self.time_prior_array =\
self.prior['geocent_time'].prob(times) * delta_tc
......
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