From 844abb73e927be9bc508c14cafe13f20f4b1b932 Mon Sep 17 00:00:00 2001 From: thouska Date: Mon, 27 Feb 2023 17:01:13 +0100 Subject: [PATCH] Remove unnecessary input --- tutorials/tutorial_fast_hymod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/tutorial_fast_hymod.py b/tutorials/tutorial_fast_hymod.py index 1349de8a..f25c6d2c 100644 --- a/tutorials/tutorial_fast_hymod.py +++ b/tutorials/tutorial_fast_hymod.py @@ -9,9 +9,9 @@ """ import numpy as np + import spotpy from spotpy.examples.spot_setup_hymod_python import spot_setup -# from spotpy.examples.spot_setup_rosenbrock import spot_setup if __name__ == "__main__": parallel = "seq"