File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
iblrig_custom_tasks/max_optoStaticTrainingChoiceWorld Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4141
4242class Session (StaticTrainingChoiceSession , PulsePalMixin ):
4343 protocol_name = 'max_optoStaticTrainingChoiceWorld'
44- extractor_tasks = ['PulsePalTrials ' ]
44+ extractor_tasks = ['PulsePalTrialsBpod ' ]
4545
4646 def __init__ (
4747 self ,
Original file line number Diff line number Diff line change 88from projects .samuel_cuedBiasedChoiceWorld import CuedBiasedTrials , CuedBiasedTrialsTimeline
99from projects .nate_optoBiasedChoiceWorld import OptoTrialsNidq , OptoTrialsBpod
1010from projects ._sp_passiveVideo import PassiveVideoTimeline
11+ from projects .max_optoStaticTrainingChoiceWorld import PulsePalTrialsBpod
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " project_extraction"
7- version = " 0.8.3 "
7+ version = " 0.8.4 "
88description = " Custom extractors for satellite tasks"
99dynamic = [ " readme" ]
1010keywords = [ " IBL" , " neuro-science" ]
You can’t perform that action at this time.
0 commit comments