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

flake fix

parent 202f0165
No related branches found
No related tags found
1 merge request!483add psd caching
Pipeline #60750 passed
......@@ -407,9 +407,9 @@ class Interferometer(object):
"""
return (
self.power_spectral_density.get_amplitude_spectral_density_array(
frequency_array=self.frequency_array) *
self.strain_data.window_factor**0.5)
self.power_spectral_density.get_amplitude_spectral_density_array(
frequency_array=self.frequency_array) *
self.strain_data.window_factor**0.5)
@property
def power_spectral_density_array(self):
......
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