Skip to content

Commit 23f3b97

Browse files
authored
Merge pull request #632 from int-brain-lab/mesoscopeBrainLocation
Mesoscope brain location
2 parents e3846c3 + 443217c commit 23f3b97

18 files changed

+1498
-91
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ recursive-include brainbox/tests/fixtures *
1111
recursive-include ibllib/qc/reference *
1212
graft ibllib/tests/extractors/data
1313
graft ibllib/io/extractors/ephys_sessions
14+
graft ibllib/io/extractors/mesoscope
1415
graft ibllib/tests/fixtures
1516
recursive-include oneibl/tests/fixtures *

brainbox/behavior/training.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ def get_subject_training_status(subj, date=None, details=True, one=None):
123123

124124
def get_sessions(subj, date=None, one=None):
125125
"""
126-
Download and load in training data for a specified subject. If a date is given it will load data
127-
from the three (or as many are available) previous sessions up to the specified date, if not it
128-
will load data from the last three training sessions that have data available
126+
Download and load in training data for a specified subject. If a date is given it will load
127+
data from the three (or as many as are available) previous sessions up to the specified date.
128+
If not it will load data from the last three training sessions that have data available.
129129
130130
:param subj: subject nickname (must match the name registered on Alyx)
131131
:type subj: string

0 commit comments

Comments
 (0)