-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Dynamic table unique ids #316
Conversation
for more information, see https://pre-commit.ci
LGTM - did you check this against the NeuroNexus file? |
yup., it catches it |
Great, can you write or update a best practices section in the docs for it as well? In that section it can be mentioned that the easiest solution is often to try updating the PyNWB version. For custom DynamicTables obviously the user has full control over that kind of stuff, but this violation came from something that old PyNWB versions generated automatically through convenience functions like the first call to |
Codecov v3 has had problems uploading on occasion - feel free to ignore and merge or otherwise retrigger it and hope for the best |
Motivation
What was the reasoning behind this change? Please explain the changes briefly.