Skip to content

Commit

Permalink
manually add python path for test
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans authored Feb 5, 2025
1 parent 2d4cbe0 commit 923afba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/swig/test/python/test_projdata_profiles.py
Original file line number Diff line number Diff line change
@@ -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


Expand Down

0 comments on commit 923afba

Please sign in to comment.