-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Oasis3 code fetching cross-plateform (#429)
* activate the oasis3tobids converter test * Change variable name in oasis3 converter for clarity * Change the creation of series for cross platform compatibility * Delete useless comments and prints * Fix file_spec_series
- Loading branch information
1 parent
db0ba6f
commit 6a6d7e8
Showing
2 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
params=[ | ||
"Nifd2Bids", | ||
"Oasis2Bids", | ||
# "Oasis3ToBids", | ||
"Oasis3ToBids", | ||
"Adni2Bids", | ||
"Aibl2Bids", | ||
] | ||
|