Skip to content

Commit

Permalink
no transact insert v0 lfp
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbray32 committed Oct 25, 2024
1 parent e57638e commit 28b8458
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spyglass/common/common_ephys.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ class LFP(SpyglassMixin, dj.Imported):
lfp_sampling_rate: float # the sampling rate, in HZ
"""

_use_transaction, _allow_insert = False, True

def make(self, key):
"""Populate the LFP table with data from the NWB file.
Expand Down

0 comments on commit 28b8458

Please sign in to comment.