Skip to content
Snippets Groups Projects
Commit 791d7e80 authored by leufen1's avatar leufen1
Browse files

include variables parameter into hash for all data handlers

parent fe665a8e
No related branches found
No related tags found
4 merge requests!430update recent developments,!413update release branch,!412Resolve "release v2.0.0",!377Resolve "add log if batch creation fails"
Pipeline #87012 passed
...@@ -53,7 +53,7 @@ class DataHandlerSingleStation(AbstractDataHandler): ...@@ -53,7 +53,7 @@ class DataHandlerSingleStation(AbstractDataHandler):
_hash = ["station", "statistics_per_var", "data_origin", "station_type", "network", "sampling", "target_dim", _hash = ["station", "statistics_per_var", "data_origin", "station_type", "network", "sampling", "target_dim",
"target_var", "time_dim", "iter_dim", "window_dim", "window_history_size", "window_history_offset", "target_var", "time_dim", "iter_dim", "window_dim", "window_history_size", "window_history_offset",
"window_lead_time", "interpolation_limit", "interpolation_method"] "window_lead_time", "interpolation_limit", "interpolation_method", "variables"]
def __init__(self, station, data_path, statistics_per_var=None, station_type=DEFAULT_STATION_TYPE, def __init__(self, station, data_path, statistics_per_var=None, station_type=DEFAULT_STATION_TYPE,
network=DEFAULT_NETWORK, sampling: Union[str, Tuple[str]] = DEFAULT_SAMPLING, network=DEFAULT_NETWORK, sampling: Union[str, Tuple[str]] = DEFAULT_SAMPLING,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment