Skip to content

Commit 7bfa0f1

Browse files
authored
Merge pull request #42 from int-brain-lab/maxOpto
add PulsePalTrialsBpod to task and extractor
2 parents 7aef36b + 29b3064 commit 7bfa0f1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

iblrig_custom_tasks/max_optoStaticTrainingChoiceWorld/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
class Session(StaticTrainingChoiceSession, PulsePalMixin):
4343
protocol_name = 'max_optoStaticTrainingChoiceWorld'
44-
extractor_tasks = ['PulsePalTrials']
44+
extractor_tasks = ['PulsePalTrialsBpod']
4545

4646
def __init__(
4747
self,

projects/extraction_tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
from projects.samuel_cuedBiasedChoiceWorld import CuedBiasedTrials, CuedBiasedTrialsTimeline
99
from projects.nate_optoBiasedChoiceWorld import OptoTrialsNidq, OptoTrialsBpod
1010
from projects._sp_passiveVideo import PassiveVideoTimeline
11+
from projects.max_optoStaticTrainingChoiceWorld import PulsePalTrialsBpod

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "project_extraction"
7-
version = "0.8.3"
7+
version = "0.8.4"
88
description = "Custom extractors for satellite tasks"
99
dynamic = [ "readme" ]
1010
keywords = [ "IBL", "neuro-science" ]

0 commit comments

Comments
 (0)