This repository has been archived by the owner on Mar 15, 2023. It is now read-only.
Method for extract metada from nwb to make our round trip testing more complete #478
Labels
discussion
Let's talk about it
low priority
Not currently essential for any projects but would be great for a contributor to work on
testing
Right now, our ecephys tests with data, the ones in
test_gin_ecephys
mainly compare the traces as written from the recording extractors.nwb-conversion-tools/tests/test_on_data/test_gin_ecephys.py
Lines 197 to 220 in a875b40
Whereas the corresponding tests for sorting extractor mainly compares the output of the sorting object:
nwb-conversion-tools/tests/test_on_data/test_gin_ecephys.py
Lines 284 to 289 in a875b40
That is, of the components of the nwb_file, our test cover mostly the effects of the recording extractors and sorters ignoring the metadata.
I am wondering on whether it would be a good idea to create a method
get_metadata
for nwb files so we can also compare theget_metadata
method of the interface with the data as it is written in the nwb file.Does this makes sense? is there some obvious hurdle that I am not seeing or something that I am missing?
The text was updated successfully, but these errors were encountered: