You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@propertydefkey_source(self):
return (
Fluorescence*ActivityExtractionMethod*ProcessingParamSet.proj("processing_method")
& [
'processing_method = "suite2p" and extraction_method LIKE "suite2p%"',
'processing_method = "caiman" and extraction_method LIKE "caiman%"'])
Better yet, the custom key source should be removed altogether since the make already handles the case for unknown methods and raises a NotImplementedError
kabilar
pushed a commit
to kabilar/element-calcium-imaging
that referenced
this issue
May 22, 2023
Some complex
key_source
properties have been introduced. They need to be simplified to improve performance. Let's review together.The text was updated successfully, but these errors were encountered: