From 7e7be03bead51daeb33eec8450a0e9aa18f826a6 Mon Sep 17 00:00:00 2001
From: lukas leufen <l.leufen@fz-juelich.de>
Date: Tue, 14 Jul 2020 16:09:41 +0200
Subject: [PATCH] fixed test

---
 test/test_modules/test_training.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/test_modules/test_training.py b/test/test_modules/test_training.py
index 1f218db5..b80570bb 100644
--- a/test/test_modules/test_training.py
+++ b/test/test_modules/test_training.py
@@ -75,6 +75,7 @@ class TestTraining:
         os.makedirs(path_plot)
         obj.data_store.set("plot_path", path_plot, "general")
         obj._trainable = True
+        obj._create_new_model = False
         yield obj
         if os.path.exists(path):
             shutil.rmtree(path)
-- 
GitLab