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

Bowing to the God of PEP8

parent 91bc4a41
No related branches found
No related tags found
1 merge request!257Resolve "Create single class that handles `duration`, `sampling_frequency`, `start_time`, `frequency_array`, `time_array`, and maybe `frequency_domain_strain`, `time_domain_strain`"
Pipeline #36376 passed
......@@ -43,8 +43,8 @@ class WaveformGenerator(object):
"""
self._times_and_frequencies = CoupledTimeAndFrequencySeries(duration=duration,
sampling_frequency=sampling_frequency,
start_time=start_time)
sampling_frequency=sampling_frequency,
start_time=start_time)
self.duration = duration
self.sampling_frequency = sampling_frequency
self.start_time = start_time
......
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