From 9609d688073d83d5dccc65f1a7fedcd4ca6fe132 Mon Sep 17 00:00:00 2001 From: dayj1 Date: Fri, 28 Jun 2024 11:38:36 +0100 Subject: [PATCH] Updated module path --- tests/test_predictive_variable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_predictive_variable.py b/tests/test_predictive_variable.py index 83a238ef..2a3ef478 100644 --- a/tests/test_predictive_variable.py +++ b/tests/test_predictive_variable.py @@ -4,7 +4,7 @@ from helper_functions import load_and_format from pandas.testing import assert_frame_equal -from src.predictive_variable import shift_by_strata_period +from mbs_results.predictive_variable import shift_by_strata_period @pytest.fixture(scope="class")