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

generate warning for unitrode during clusterless decoding #1189

Open MichaelCoulter opened 2 days ago

MichaelCoulter commented 2 days ago

clusterless decoding crashes if the input data includes a unitrode. can we generate a warning when creating WaveformGroups if a unitrode is present in the group?

CBroz1 commented 2 days ago

Please use the bug report template when submitting issues about a crash, including replication steps

edeno commented 2 days ago

There's nothing that should prevent unitrodes from working in clusterless decoding.

MichaelCoulter commented 2 days ago

i got a dimension error when using a unitrode and running clusterless decoding. i will try to recreate the error.