Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sinhaharsh committed Jan 30, 2024
1 parent 43bea6c commit 61af81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MRdataset/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _process(self, folder):

# None of the datasets we processed (over 20) had run information,
# even though BIDS allows it. So we just use run-0x for all of them.
run_id = f'run-{str(i+1).zfill(2)}'
run_id = f'run-{str(i + 1).zfill(2)}'
seq.set_session_info(subject_id=subject_id,
session_id=session_id,
run_id=run_id,
Expand Down

0 comments on commit 61af81b

Please sign in to comment.