-
Notifications
You must be signed in to change notification settings - Fork 23
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
[Bug] Pass customized backend to run_conversion #885
Conversation
Getting a few different errors with this. If I try to set the values on the configuration object, I get this:
And if I comment this out, I observe an error when creating some data on the stub conversion step—one that doesn't occur without the
Where I simply updated this to have BZip compression on the frontend. This looks more like a real error? |
Ah, yeah. Sorry, my bad - Pydantic does need the Please pull that branch of GUIDE and try again |
Alright same error as the original
|
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@garrettmflynn Will need approval to merge and cut a new release to go along with the GUIDE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works on my end. Thanks for pushing on this!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #885 +/- ##
==========================================
+ Coverage 91.70% 91.81% +0.10%
==========================================
Files 125 125
Lines 6911 7035 +124
==========================================
+ Hits 6338 6459 +121
- Misses 573 576 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
attn @garrettmflynn
Can you give this a try for NeurodataWithoutBorders/nwb-guide#821?