Skip to content

Commit

Permalink
no transactions v0 spikesorting
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbray32 committed Nov 14, 2024
1 parent 239f2a5 commit 67d9940
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/spyglass/spikesorting/v0/spikesorting_curation.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ class WaveformSelection(SpyglassMixin, dj.Manual):

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

definition = """
-> WaveformSelection
---
Expand Down Expand Up @@ -523,6 +525,8 @@ def insert1(self, key, **kwargs):

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

definition = """
-> MetricSelection
---
Expand Down

0 comments on commit 67d9940

Please sign in to comment.