We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fetch_nwb
The use of log_export in fetch_nwb assumes that the query expression has our custom join
log_export
spyglass/src/spyglass/utils/dj_helper_fn.py
Lines 238 to 242 in 239f2a5
This should be edited to first run a check that query_expression is an instance of SpyglassMixin
SpyglassMixin
The text was updated successfully, but these errors were encountered:
LorenFrankLab#1185
e01821d
Misc fixes (#1192)
f56aba0
* #1175 * #1185 * #1183 * Fix circular import * #1163 * #1105 * Fix failing tests, close download subprocesses * WIP: fix decode changes spikesort tests * Fix fickle test * Revert typo
CBroz1
Successfully merging a pull request may close this issue.
The use of
log_export
infetch_nwb
assumes that the query expression has our custom joinspyglass/src/spyglass/utils/dj_helper_fn.py
Lines 238 to 242 in 239f2a5
This should be edited to first run a check that query_expression is an instance of
SpyglassMixin
The text was updated successfully, but these errors were encountered: