Skip to content
Snippets Groups Projects
Commit a4bc9c9d authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Removed mutable object as a default argument.

parent ba031123
No related branches found
No related tags found
1 merge request!92Create time series fix
Pipeline #
......@@ -61,7 +61,7 @@ class WaveformGenerator(object):
self.__frequency_array_updated = False
self.__time_array_updated = False
self.__full_source_model_keyword_arguments = {}
self.__full_source_model_keyword_arguments.update(waveform_arguments)
self.__full_source_model_keyword_arguments.update(self.waveform_arguments)
def frequency_domain_strain(self):
""" Rapper to source_model.
......
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