Skip to content
Snippets Groups Projects
Commit 0818f2a4 authored by Moritz's avatar Moritz
Browse files

Reverted the recent bug fix change as it is no longer needed

parent 0c974185
No related branches found
No related tags found
1 merge request!279Restructre time frequency tests and fixing some recently surfaced bugs when using time domain models
Pipeline #38627 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:]
self.waveform_generator.sampling_frequency + 1))[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