-
Notifications
You must be signed in to change notification settings - Fork 5
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
testing nwb file compatibility with nwbe #20
Comments
@pgleeson @sanjayankur31 : what do you think about the classification and how the testing is being done? Do we want to cover instances of data being unable to be visualized? |
That looks like a good classification. One addition might be at the "top" level, that it can be opened and there are datatypes present in the file which extend TimeSeries, i.e. there is something interesting to plot in there. This won't be the case (yet) for datatsets which just contain unit recording data. So maybe 2 categories LIKELY VIEWABLE, LIKELY PLOTTABLE. |
LIKELY VIEWABLE and LIKELY PLOTTABLE classes added, classified based on type hierarchy in the file |
Thanks @anhknguyen96. Could you add some info on the Readme about the sizes of the 2 chosen NWB files? Also can the BIDS dandisets appear in the main part too, without validation info, but with keywords, etc.? |
BIDS dandisets are already included in the main part in the latest commit, with information such as number of dandisets, median file sizes and median file numbers. Anything further than that I would need some time to look at them |
Thanks. Yes, a brief bit of info on each of the BIDS dandisets (title/keywords/source paper) would be great if possible. |
linking this issue as an instance of nwbe compatibility not covered by this classification |
Core features implemented and live! |
With the current version of test_nwbe_compatibility function in the nwb_table_readme.py script (dev branch), a nwb file compatibility with NWBE will be tested and classified as:
That said, the test does not cover instances where a nwb file is able to be opened and displayed in NWBE, but its time series data can't be visualized, or other data types available in nwb format.
The text was updated successfully, but these errors were encountered: