Skip to content

Commit 923afba

Browse files
manually add python path for test
1 parent 2d4cbe0 commit 923afba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/swig/test/python/test_projdata_profiles.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import numpy as np
22
import pytest
33

4+
import os, sys
5+
sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))))
46
from examples.python.plot_projdata_profiles import compress_and_extract_1d_from_nd_array
57

68

0 commit comments

Comments
 (0)