Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
no transact on v0 recording
Browse files Browse the repository at this point in the history
samuelbray32 committed Nov 14, 2024
1 parent 9e59612 commit b55481c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spyglass/spikesorting/v0/spikesorting_recording.py
Original file line number Diff line number Diff line change
@@ -291,6 +291,8 @@ class SpikeSortingRecordingSelection(SpyglassMixin, dj.Manual):

@schema
class SpikeSortingRecording(SpyglassMixin, dj.Computed):
use_transaction, _allow_insert = False, True

definition = """
-> SpikeSortingRecordingSelection
---

0 comments on commit b55481c

Please sign in to comment.