From 717a2b0e8cc79ce17af76abd0bd08a992a068cd7 Mon Sep 17 00:00:00 2001
From: leufen1 <l.leufen@fz-juelich.de>
Date: Mon, 13 Feb 2023 15:32:28 +0100
Subject: [PATCH] exclude cams parameter from snapshot loading check

---
 mlair/run_modules/pre_processing.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mlair/run_modules/pre_processing.py b/mlair/run_modules/pre_processing.py
index 9501d36f..fe4d9078 100644
--- a/mlair/run_modules/pre_processing.py
+++ b/mlair/run_modules/pre_processing.py
@@ -434,8 +434,7 @@ class PreProcessing(RunEnvironment):
                            "model_class", "model_display_name", "model_path", "n_boots", "n_hidden", "n_layer",
                            "neighbors", "plot_list", "plot_path", "regularizer", "restore_best_model_weights",
                            "snapshot_load_path", "snapshot_path", "stations", "tmp_path", "train_model",
-                           "transformation", "use_multiprocessing", ]
-
+                           "transformation", "use_multiprocessing", "cams_data_path", "cams_interp_method"]
         data_handler = self.data_store.get("data_handler")
         model_class = self.data_store.get("model_class")
         excluded_params = list(set(excluded_params + data_handler.store_attributes() + model_class.requirements()))
-- 
GitLab