From 105bd894666ffecc2e3b73928771c253bcdc1166 Mon Sep 17 00:00:00 2001 From: thouska Date: Tue, 21 Jun 2022 16:29:39 +0200 Subject: [PATCH] Fix relativ import of package --- tests/test_gui_mpl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_gui_mpl.py b/tests/test_gui_mpl.py index a9c4ebd6..8889f953 100644 --- a/tests/test_gui_mpl.py +++ b/tests/test_gui_mpl.py @@ -21,7 +21,7 @@ import spotpy from spotpy.gui.mpl import GUI - from test_setup_parameters import SpotSetupMixedParameterFunction as Setup + from .test_setup_parameters import SpotSetupMixedParameterFunction as Setup class TestGuiMpl(unittest.TestCase):