Skip to content

Commit 8e38c4b

Browse files
authored
Update test_detectors.py
1 parent 28ec9fb commit 8e38c4b

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)