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
get_djuser_name
The following error message could be more specific
spyglass/src/spyglass/common/common_lab.py
Lines 135 to 139 in 6b4ff10
The error message is written assuming the case of len(query) == 0, but a dj user name could exist twice in this table, causing confusion
len(query) == 0
The text was updated successfully, but these errors were encountered:
LorenFrankLab#1175
f2b5982
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
Successfully merging a pull request may close this issue.
The following error message could be more specific
spyglass/src/spyglass/common/common_lab.py
Lines 135 to 139 in 6b4ff10
The error message is written assuming the case of
len(query) == 0
, but a dj user name could exist twice in this table, causing confusionThe text was updated successfully, but these errors were encountered: