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

fixed test

parent ee7569ab
Branches
Tags
4 merge requests!125Release v0.10.0,!124Update Master to new version v0.10.0,!122Resolve "ML param reporting",!119Resolve "Include advanced data handling in workflow"
Pipeline #41035 passed
...@@ -75,6 +75,7 @@ class TestTraining: ...@@ -75,6 +75,7 @@ class TestTraining:
os.makedirs(path_plot) os.makedirs(path_plot)
obj.data_store.set("plot_path", path_plot, "general") obj.data_store.set("plot_path", path_plot, "general")
obj._trainable = True obj._trainable = True
obj._create_new_model = False
yield obj yield obj
if os.path.exists(path): if os.path.exists(path):
shutil.rmtree(path) shutil.rmtree(path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment