Adds fixed_arguments to the wfg
2 unresolved threads
2 unresolved threads
This is a way we could get around "passing in" fixed parameters in a more explicit way. What do you think?
Merge request reports
Activity
37 39 38 40 def __init__(self, time_duration, sampling_frequency, frequency_domain_source_model=None, 39 41 time_domain_source_model=None, parameters=None, parameter_conversion=None, 40 non_standard_sampling_parameter_keys=None): 42 non_standard_sampling_parameter_keys=None, fixed_arguments={}): 41 43 self.time_duration = time_duration 37 39 38 40 def __init__(self, time_duration, sampling_frequency, frequency_domain_source_model=None, 39 41 time_domain_source_model=None, parameters=None, parameter_conversion=None, 40 non_standard_sampling_parameter_keys=None): 42 non_standard_sampling_parameter_keys=None, fixed_arguments={}): @colm.talbot what would you like this named?
waveform_arguments
changed this line in version 3 of the diff
added 1 commit
- 587d567f - Rename fixed_arguments to waveform_arguments
added 53 commits
-
d1e3f28f...a1d3df01 - 52 commits from branch
master
- 45667a86 - Merge branch 'master' into add-fixed-arguments
-
d1e3f28f...a1d3df01 - 52 commits from branch
mentioned in commit becaf30b
Please register or sign in to reply