Something went wrong on our end
Add sncl_mode and scale_factor options to controller:
All threads resolved!
Merged
requested to merge ghsc/users/erigler/geomag-algorithms:add-sncl-scale-controller into master
All threads resolved!
Compare changes
- Erin (Josh) Rigler authored
I knew this in the previous commit, but I thought their parent class, TimeseriesFactory, could handle arbitrary keywords (i.e., it had a kwargs argument to vacuum up unrecognized keywords). I was mistaken.
+ 8
− 4
@@ -491,8 +491,6 @@ def get_input_factory(args):
@@ -519,6 +517,8 @@ def get_input_factory(args):
@@ -564,6 +564,8 @@ def get_input_factory(args):
@@ -602,8 +604,6 @@ def get_output_factory(args):
@@ -632,6 +632,8 @@ def get_output_factory(args):
@@ -662,6 +664,8 @@ def get_output_factory(args):