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

Some more code simplification

parent 34701f65
No related branches found
No related tags found
1 merge request!124Simplify wg redundant code
......@@ -64,6 +64,7 @@ class WaveformGenerator(object):
self.__time_array_updated = False
self.__full_source_model_keyword_arguments = {}
self.__full_source_model_keyword_arguments.update(self.waveform_arguments)
self.__full_source_model_keyword_arguments.update(self.parameters)
self.__added_keys = []
def frequency_domain_strain(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