We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b784b8a commit 620d3cdCopy full SHA for 620d3cd
1 file changed
src/Python/tests/diagnostic_test.py
@@ -19,7 +19,8 @@
19
import numpy as np
20
import time
21
22
-sys.path.append('..')
+dir_path = os.path.dirname(os.path.realpath(__file__))
23
+sys.path.append(os.path.join(dir_path, '..'))
24
from wcon import WCONWorms, MeasurementUnit
25
from wcon.measurement_unit import MeasurementUnitAtom
26
0 commit comments