From 758a8616dbc493991e1066dd4859fdf83decc426 Mon Sep 17 00:00:00 2001 From: leufen1 <l.leufen@fz-juelich.de> Date: Tue, 17 Nov 2020 14:11:48 +0100 Subject: [PATCH] variable issue is solved, close this issue --- run_mixed_sampling.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run_mixed_sampling.py b/run_mixed_sampling.py index 5288063a..a70e2aa3 100644 --- a/run_mixed_sampling.py +++ b/run_mixed_sampling.py @@ -22,6 +22,7 @@ def main(parser_args): test_end="2011-12-31", stations=["DEBW107", "DEBW013"], epochs=100, + network="UBA", ) workflow = DefaultWorkflow(**args) workflow.run() -- GitLab