We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c1b25 commit c6e5ee1Copy full SHA for c6e5ee1
1 file changed
xdetectioncore/pupil/pupil_analysis_funcs.py
@@ -15,8 +15,8 @@
15
from pathlib import Path
16
from tqdm import tqdm
17
from scipy.stats import ttest_ind, ttest_1samp
18
-
19
-from ..io_utils import posix_from_win, extract_date
+from ..paths import posix_from_win
+from ..io_utils import extract_date
20
from ..plotting import format_axis, plot_shaded_error_ts
21
from ..stats import save_stats_to_tex
22
from ..session import Session
0 commit comments