melizalab / mspikes

extensible processing framework for time series and point process data
GNU General Public License v3.0
1 stars 0 forks source link

Recursion-based splitting of event data causes errors #1

Closed dmeliza closed 10 years ago

dmeliza commented 10 years ago

Even if the number of events is fairly low, if they're distributed across many entries, the current algorithm for splitting the data into the right entries may hit the recursion limit. Should split the data ahead of time if the structure of the target file is known.