We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28ec9fb + 8e38c4b commit 0be7402Copy full SHA for 0be7402
findoutlie/tests/test_detectors.py
@@ -20,14 +20,14 @@
20
# Hint: see the solutions if you are stuck.
21
# +++your code here+++
22
23
-import sys
+#import sys
24
#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')
+#sys.path.append('C:/Users/nauma/Documents/nipraxis-work/diagnostics-NME/findoutlie')
26
import numpy as np
27
28
# This import needs the directory containing the findoutlie directory
29
# on the Python path.
30
-from detectors import iqr_detector
+from findoutlie.detectors import iqr_detector
31
32
33
def test_iqr_detector():
0 commit comments