-
Notifications
You must be signed in to change notification settings - Fork 264
[IO] Extend utilities to find suitable IO for a dataset #1190
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
Merged
Merged
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
cc3ce67
improve get_io mechansim to work with folders and add tests
JuliaSprenger cbc83c1
provide function to list all potentially relevant ios instead of retu…
JuliaSprenger 676575c
update ios to list all format related extensions (even if not used by…
JuliaSprenger 205b44e
update tests
JuliaSprenger e8c1ff0
update related file extension
JuliaSprenger 952a783
[alphaomega] raise error for non-existent data directory
JuliaSprenger 043e338
do not overwrite module with variable of the same name
JuliaSprenger 9e00b19
[alphaomega] update tests to check for non-existent data folder
JuliaSprenger f83b586
[binarysignalio] don't list arbitrary extension to simplify `get_io` …
JuliaSprenger 2cb076e
Ensure fake example io test files exist to be able to run common io t…
JuliaSprenger 1f4c22a
clean up example io tests files after running common tests
JuliaSprenger c2e1781
add NixIOFr to list of ios to be discoverable
JuliaSprenger ccb6834
cleanup common_io_test unused code and typos
JuliaSprenger 12d2eb4
Test performance improvement: run test data fetching only once per Te…
JuliaSprenger c4378ad
[openephys] Add missing file extensions used
JuliaSprenger a1ba728
Extend IO discovery to also check deeper subfolders to be compatible …
JuliaSprenger 4304fa8
Undo BaseTestIO deactivation
JuliaSprenger 80610d1
Fix typos
JuliaSprenger c5caf1e
Undo BaseTest restructuration
JuliaSprenger b82ebce
introduce option to ignore system file extensions for more reliable i…
JuliaSprenger be8e92a
fix outdated test file names for spikeglx
JuliaSprenger 8c7ff77
raise error if format is not linked to any IO
JuliaSprenger faf073e
add missing extension for neurosharectypesio
JuliaSprenger 84d10d7
use ignore pattern instead of ignore suffix for more flexibility (e.g…
JuliaSprenger 0da43f7
remove print statement
JuliaSprenger a56a654
Merge branch 'master' into enh/get_io
JuliaSprenger fdb2fca
Update neo/test/iotest/common_io_test.py
JuliaSprenger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.