You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* protocol
* deling with no task
* behavioral_protocol
* adding test for behavioral_protocols
* adding behavioral_protocol_number to test_bids_examples.py
Copy file name to clipboardExpand all lines: test/test_bids_examples.py
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,18 @@
4
4
importbids2openminds.converter
5
5
6
6
7
-
# Dataset information in following order dataset_label, dataset_subject_number, dataset_subject_state_number, dataset_person_number, dataset_files_number
8
-
example_dataset= [("ds003", 13, 13, 2, 58),
9
-
("ds000247", 6, 10, 5, 202),
7
+
# Dataset information in following order dataset_label, dataset_subject_number, dataset_subject_state_number, dataset_person_number, dataset_files_number, dataset_behavioral_protocol_number
8
+
example_dataset= [("ds003", 13, 13, 2, 58, 1),
9
+
("ds000247", 6, 10, 5, 202, 2),
10
10
# The authors list in 'eeg_cbm' contains non person entities 2 is not correct name (issue raied #43)
11
-
("eeg_cbm", 20, 20, 2, 104),
12
-
("asl001", 1, 1, 2, 8),
11
+
("eeg_cbm", 20, 20, 2, 104, 1),
12
+
("asl001", 1, 1, 2, 8, 0),
13
13
# Number of files in 'eeg_rest_fmri' is not correct as it doesn't contain files in derivated (issue raied #42)
0 commit comments