From d8d2ac8ae126bcda6dbcb397857b16d6c437b5f7 Mon Sep 17 00:00:00 2001 From: Carson Sears Date: Thu, 28 Sep 2023 21:44:17 -0500 Subject: [PATCH] try changing path --- tests/reduction/test_reduction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/reduction/test_reduction.py b/tests/reduction/test_reduction.py index 61c2746..b770da4 100644 --- a/tests/reduction/test_reduction.py +++ b/tests/reduction/test_reduction.py @@ -7,7 +7,7 @@ from mantid.kernel import ConfigService from mantid.api import FileFinder -from reduction.lr_reduction import event_reduction, template, workflow +from .reduction.lr_reduction import event_reduction, template, workflow @pytest.mark.datarepo()