Skip to content

Commit 1d0cb48

Browse files
committed
Update samuel_tonotopicMapping.py
1 parent 9ff6a42 commit 1d0cb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/samuel_tonotopicMapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class TonotopicMappingBpod(BehaviourTask):
103103
def signature(self):
104104
signature = super().signature
105105
signature['input_files'] = [
106-
('_iblrig_taskData.raw.pqt', self.collection, True, True),
106+
('_iblrig_taskData.raw.jsonable', self.collection, True, True),
107107
('_iblrig_taskSettings.raw.json', self.collection, True, True),
108108
]
109109
signature['output_files'] = [('_sp_tonotopic.trials.pqt', self.output_collection, True)]

0 commit comments

Comments
 (0)