From 923afba8a8f35bffc067871740275f22a5f6b01c Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Wed, 5 Feb 2025 18:54:12 +0000 Subject: [PATCH] manually add python path for test --- src/swig/test/python/test_projdata_profiles.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/swig/test/python/test_projdata_profiles.py b/src/swig/test/python/test_projdata_profiles.py index b43830c1e..141bf6f60 100644 --- a/src/swig/test/python/test_projdata_profiles.py +++ b/src/swig/test/python/test_projdata_profiles.py @@ -1,6 +1,8 @@ import numpy as np import pytest +import os, sys +sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(__file__)))))) from examples.python.plot_projdata_profiles import compress_and_extract_1d_from_nd_array