Skip to content
Snippets Groups Projects
Commit 990999b0 authored by MoritzThomasHuebner's avatar MoritzThomasHuebner
Browse files

Eliminated another PEP8 violation

parent 2763f70a
No related branches found
No related tags found
1 merge request!177Add flake8 checker
Pipeline #30270 passed
......@@ -1256,7 +1256,7 @@ class Interferometer(object):
if not self.strain_data.time_within_data(parameters['geocent_time']):
logger.warning(
'Injecting signal outside segment, start_time={}, merger time={}.'
.format(self.strain_data.start_time, parameters['geocent_time']))
.format(self.strain_data.start_time, parameters['geocent_time']))
signal_ifo = self.get_detector_response(injection_polarizations, parameters)
if np.shape(self.frequency_domain_strain).__eq__(np.shape(signal_ifo)):
......
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