Skip to content
Snippets Groups Projects
Commit be4ae8c2 authored by lukas leufen's avatar lukas leufen
Browse files

Merge branch 'lukas_issue447_feat_store-and-load-local-clim-apriori-data' into 'develop'

add excluded parameters

See merge request !510
parents aaea8bf3 4bdeb4f7
Branches
Tags
4 merge requests!522filter can now combine obs, forecast, and apriori for first iteration. Further...,!521Resolve "release v2.4.0",!511Develop,!510add excluded parameters
Pipeline #139205 failed
...@@ -460,7 +460,7 @@ class PreProcessing(RunEnvironment): ...@@ -460,7 +460,7 @@ class PreProcessing(RunEnvironment):
"neighbors", "plot_list", "plot_path", "regularizer", "restore_best_model_weights", "neighbors", "plot_list", "plot_path", "regularizer", "restore_best_model_weights",
"snapshot_load_path", "snapshot_path", "stations", "tmp_path", "train_model", "snapshot_load_path", "snapshot_path", "stations", "tmp_path", "train_model",
"transformation", "use_multiprocessing", "cams_data_path", "cams_interp_method", "transformation", "use_multiprocessing", "cams_data_path", "cams_interp_method",
"do_bias_free_evaluation"] "do_bias_free_evaluation", "apriori_file", "model_path"]
data_handler = self.data_store.get("data_handler") data_handler = self.data_store.get("data_handler")
model_class = self.data_store.get("model_class") model_class = self.data_store.get("model_class")
excluded_params = list(set(excluded_params + data_handler.store_attributes() + model_class.requirements())) excluded_params = list(set(excluded_params + data_handler.store_attributes() + model_class.requirements()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment