Skip to content
Snippets Groups Projects
Commit 2e52fa71 authored by leufen1's avatar leufen1
Browse files

missmatch between hash and parameter name

parent f29988ee
No related branches found
No related tags found
6 merge requests!319add all changes of dev into release v1.4.0 branch,!318Resolve "release v1.4.0",!317enabled window_lead_time=1,!297Resolve "BUG: data handler fails if no chem variable is used",!295Resolve "data handler FIR filter",!259Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler"
Pipeline #66498 passed
...@@ -108,7 +108,7 @@ class DataHandlerFirFilterSingleStation(DataHandlerFilterSingleStation): ...@@ -108,7 +108,7 @@ class DataHandlerFirFilterSingleStation(DataHandlerFilterSingleStation):
_requirements = remove_items(DataHandlerFilterSingleStation.requirements(), "station") _requirements = remove_items(DataHandlerFilterSingleStation.requirements(), "station")
_hash = DataHandlerFilterSingleStation._hash + ["filter_cutoff_period", "filter_order", "filter_window_type", _hash = DataHandlerFilterSingleStation._hash + ["filter_cutoff_period", "filter_order", "filter_window_type",
"filter_add_unfiltered"] "_add_unfiltered"]
DEFAULT_WINDOW_TYPE = ("kaiser", 5) DEFAULT_WINDOW_TYPE = ("kaiser", 5)
DEFAULT_ADD_UNFILTERED = False DEFAULT_ADD_UNFILTERED = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment