Skip to content

Commit 0be7402

Browse files
authored
Merge pull request #20 from nipraxis-fall-2022/detector-test-import-fixed
detector test import fixed
2 parents 28ec9fb + 8e38c4b commit 0be7402

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

findoutlie/tests/test_detectors.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
# Hint: see the solutions if you are stuck.
2121
# +++your code here+++
2222

23-
import sys
23+
#import sys
2424
#export PYTHONPATH=$PYTHONPATH:C:/Users/nauma/Documents/nipraxis-work/diagnostics-NME/findoutlie
25-
sys.path.append('C:/Users/nauma/Documents/nipraxis-work/diagnostics-NME/findoutlie')
25+
#sys.path.append('C:/Users/nauma/Documents/nipraxis-work/diagnostics-NME/findoutlie')
2626
import numpy as np
2727

2828
# This import needs the directory containing the findoutlie directory
2929
# on the Python path.
30-
from detectors import iqr_detector
30+
from findoutlie.detectors import iqr_detector
3131

3232

3333
def test_iqr_detector():

0 commit comments

Comments
 (0)