issues
search
LorenFrankLab
/
spyglass
Neuroscience data analysis framework for reproducible research built by Loren Frank Lab at UCSF
https://lorenfranklab.github.io/spyglass/
MIT License
94
stars
43
forks
source link
Avoid transactions in CommonLFP
#1171
Closed
samuelbray32
closed
3 weeks ago
samuelbray32
commented
3 weeks ago
Describe the bug
The v0 version of LFP runs on the entire session of ephys data rather than a specific interval
This results in long (reported ~4 hour) populate calls, triggering the metadata lock issues in #1030
Solution
add the
_use_transaction=False
flag to the table from #1067
Describe the bug
Solution
_use_transaction=False
flag to the table from #1067