From b15528b91d93da42f4f473c5e09d27f4224088b6 Mon Sep 17 00:00:00 2001
From: "v.gramlich1" <v.gramlichfz-juelich.de>
Date: Mon, 9 Aug 2021 11:42:43 +0200
Subject: [PATCH] Before making new branch

---
 run_without_oversampling.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/run_without_oversampling.py b/run_without_oversampling.py
index d888f18e..c1714e68 100644
--- a/run_without_oversampling.py
+++ b/run_without_oversampling.py
@@ -24,9 +24,9 @@ def load_stations(external_station_list=None):
 
 def main(parser_args):
     plots = remove_items(DEFAULT_PLOT_LIST, "PlotConditionalQuantiles")
-    workflow = DefaultWorkflowHPC(stations=load_stations('supplement/German_background_stations.json'),
-        #stations=["DEBW013", "DEBW087", "DEBW107", "DEBW076"],
-        epochs=150,
+    workflow = DefaultWorkflowHPC(#stations=load_stations('supplement/German_background_stations.json'),
+        stations=["DEBW013", "DEBW087", "DEBW107", "DEBW076"],
+        epochs=1,
         train_model=True, create_new_model=True, network="UBA",
         model=IntelliO3_ts_architecture,
         evaluate_bootstraps=False,  # plot_list=["PlotCompetitiveSkillScore"],
-- 
GitLab