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

Merge branch 'lukas_issue444_feat_choose-interp-method-cams' into...

Merge branch 'lukas_issue444_feat_choose-interp-method-cams' into 'lukas_issue442_feat_bias-free-evaluation'

exclude cams parameter from snapshot loading check

See merge request !506
parents 5dd597d9 98ff8ff6
No related branches found
No related tags found
4 merge requests!522filter can now combine obs, forecast, and apriori for first iteration. Further...,!521Resolve "release v2.4.0",!506exclude cams parameter from snapshot loading check,!503Resolve "bias free evaluation"
Pipeline #128590 passed
...@@ -434,8 +434,8 @@ class PreProcessing(RunEnvironment): ...@@ -434,8 +434,8 @@ class PreProcessing(RunEnvironment):
"model_class", "model_display_name", "model_path", "n_boots", "n_hidden", "n_layer", "model_class", "model_display_name", "model_path", "n_boots", "n_hidden", "n_layer",
"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", "do_bias_free_evaluation"] "transformation", "use_multiprocessing", "cams_data_path", "cams_interp_method",
"do_bias_free_evaluation"]
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