-
Notifications
You must be signed in to change notification settings - Fork 151
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
version and cache spec #1358
version and cache spec #1358
Conversation
Codecov Report
@@ Coverage Diff @@
## rc/1.6.0 #1358 +/- ##
============================================
- Coverage 34.35% 33.63% -0.73%
============================================
Files 340 340
Lines 33004 33003 -1
============================================
- Hits 11340 11099 -241
- Misses 21664 21904 +240
Continue to review full report at Codecov.
|
Does the update to |
@kschelonka, No the update to Right now, reading these files requires an import of the extension because the extension is not cached. With the extension cached, you will be able to read the file with from pynwb import NWBHDF5IO
nwb = NWBHDF5IO(filepath, 'r', load_namespaces=True).read() and it should not require any other imports. You will retain the ability to read them the old way, importing the extension and using that extension to read the file without loading the namespace. |
I marked this as no longer a draft. Is that correct? |
Yes that's correct. It was in draft mode while I sorted out CI issues and
it seems like you are on that.
…On Fri, Feb 28, 2020, 4:08 PM Kat Schelonka ***@***.***> wrote:
I marked this as no longer a draft. Is that correct?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1358?email_source=notifications&email_token=AAGOEEXSYYXHD5QL6Y3BKPDRFGKQVA5CNFSM4KSG6O32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENKPM7Q#issuecomment-592770686>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGOEEXZWVKWRQADNZBVUFLRFGKQVANCNFSM4KSG6O3Q>
.
|
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.
Looks good to me, thanks for your contribution.
addresses #1330
Adds required version to namespace and caches spec in file. This should allow pynwb to read the file without needing to import from allensdk.