From 28b845847041dddb28492383a31fda00dcb9c7a4 Mon Sep 17 00:00:00 2001 From: Sam Bray Date: Fri, 25 Oct 2024 14:30:27 -0700 Subject: [PATCH] no transact insert v0 lfp --- src/spyglass/common/common_ephys.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/spyglass/common/common_ephys.py b/src/spyglass/common/common_ephys.py index 2e56d47fa..c25fa09ef 100644 --- a/src/spyglass/common/common_ephys.py +++ b/src/spyglass/common/common_ephys.py @@ -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.