Skip to content

Commit 727ef79

Browse files
committed
1262 fix
1 parent e03c442 commit 727ef79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/spyglass/spikesorting/v1/recording.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ class SpikeSortingRecording(SpyglassMixin, dj.Computed):
171171
object_id: varchar(40) # Object ID for the processed recording in NWB file
172172
"""
173173

174+
use_transaction, _allow_insert = False, True
175+
174176
def make(self, key):
175177
"""Populate SpikeSortingRecording.
176178

0 commit comments

Comments
 (0)