We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4715e6b commit 832243aCopy full SHA for 832243a
1 file changed
xdetectioncore/ephys/aggregate_ephys_funcs.py
@@ -17,7 +17,8 @@
17
from ..behaviour import get_all_cond_filts, get_main_sess_td_df
18
from ..session import get_predictor_from_psth
19
from ..decoding.decoding_funcs import Decoder
20
-from ..io_utils import posix_from_win, load_sess_pkl
+from ..paths import posix_from_win
21
+from ..io_utils import load_sess_pkl
22
from ..pupil.pupil_analysis_funcs import process_pupil_td_data
23
from ..ephys.spike_time_utils import zscore_by_trial
24
0 commit comments