WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ce65afb

Browse files
committed
Revert "BF: unambiguous conditions order"
This reverts commit ae10cd4.
1 parent ae10cd4 commit ce65afb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/algorithms/modelgen.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def bids_gen_info(bids_event_files,
176176
f_events = csv.DictReader(f, skipinitialspace=True, delimiter='\t')
177177
events = [{k: v for k, v in row.items()} for row in f_events]
178178
conditions = list(set([i[condition_column] for i in events]))
179-
conditions = sorted(conditions)
180179
runinfo = Bunch(conditions=[], onsets=[], durations=[], amplitudes=[])
181180
for condition in conditions:
182181
selected_events = [i for i in events if i[condition_column]==condition]

0 commit comments

Comments
 (0)