-
Notifications
You must be signed in to change notification settings - Fork 27
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
Disallow hdmf 3.14.4, make organize to not parallelize for a single file, log information about all exceptions while reading metadata for organize #1496
Conversation
joblib does not setup automagically some kind of logging for Parallel. Filed dedicated to possibly see it implemented - #1495 For the sake of current use case (e.g. troubleshooting #1494) it should largely suffice to return and log information about exception which was raised while loading metadata. This is what is done in this PR and while using buggy hdmf we do get nice logging in the log file at DEBUG level. No attempts were made to reduce possibly a flood of duplicate log messages since per file metadata would have unique values
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1496 +/- ##
==========================================
+ Coverage 88.55% 88.63% +0.07%
==========================================
Files 77 77
Lines 10568 10572 +4
==========================================
+ Hits 9359 9371 +12
+ Misses 1209 1201 -8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
well, |
well, 3.12 failed with
since remote -- may be some connection? but it cannot relate to the changes here |
…used var Co-authored-by: Austin Macdonald <[email protected]>
🚀 PR was released in |
Individual commits have more information in their description.
Overall it
I have bundled all the fixes etc so we could return back our CI to green (happen there is more to fix) and release!