Open CBroz1 opened 1 week ago
The use of log_export in fetch_nwb assumes that the query expression has our custom join
log_export
fetch_nwb
https://github.com/LorenFrankLab/spyglass/blob/239f2a5912db3a7ae07aab8576b13a097ca7e699/src/spyglass/utils/dj_helper_fn.py#L238-L242
This should be edited to first run a check that query_expression is an instance of SpyglassMixin
SpyglassMixin
The use of
log_export
infetch_nwb
assumes that the query expression has our custom joinhttps://github.com/LorenFrankLab/spyglass/blob/239f2a5912db3a7ae07aab8576b13a097ca7e699/src/spyglass/utils/dj_helper_fn.py#L238-L242
This should be edited to first run a check that query_expression is an instance of
SpyglassMixin