-
Notifications
You must be signed in to change notification settings - Fork 3
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
Allow Non-Compliant JSON (e.g. NaN values) #374
Conversation
@garrettmflynn Should we try one ophys interface branched from this before merging? Or just take the dive |
Yeah worth the test. I'll see if Bruker loads, since that was the interface noted in the related Bug. |
@CodyCBakerPhD Any idea why this would happen?
|
@garrettmflynn Fresh conda environment? Are you using latest |
@garrettmflynn I'm guessing a version mismatch between neuroconv and roiextractors here, these names were changed somewhat recently The interface should be |
Okay sure. It prompted me to install |
Correcting for #376, this works great. |
Replaced with #393 |
fix catalystneuro/neuroconv#515
This PR will prepare us to accept
NaN
values passed back as metadata from the Ophys interfaces.