-
Notifications
You must be signed in to change notification settings - Fork 26
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
HERD Updates #968
HERD Updates #968
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #968 +/- ##
==========================================
- Coverage 88.57% 88.38% -0.20%
==========================================
Files 45 45
Lines 9509 9565 +56
Branches 2704 2720 +16
==========================================
+ Hits 8423 8454 +31
- Misses 764 784 +20
- Partials 322 327 +5 ☔ View full report in Codecov by Sentry. |
Fix #961 |
This PR has grown to cover multiple items.
I remembered a question about
|
Co-authored-by: Ryan Ly <[email protected]>
Co-authored-by: Ryan Ly <[email protected]>
Co-authored-by: Ryan Ly <[email protected]>
Co-authored-by: Ryan Ly <[email protected]>
Co-authored-by: Ryan Ly <[email protected]>
Co-authored-by: Ryan Ly <[email protected]>
for more information, see https://pre-commit.ci
@rly A note on your comment of checking that the container is in the file is a good idea. It avoids bad references. I added that change and it would require some major reworking of the test suite. I'd like to make this into a PR that includes the "HDMF_File" as it would go in line with updating the tests. I added the actual code already and a test, these will be flushed out in the next PR. This would also include updates to the doc. I don't want to manually add the parent in the tests and the documentation then remove them with the HERDFile update. |
Motivation
What was the reasoning behind this change? Please explain the changes briefly.
How to test the behavior?
Unit Tests
Checklist
ruff
from the source directory.