Skip to content

Commit e3496d7

Browse files
committed
Reformat for latest black
1 parent 30661c6 commit e3496d7

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

phys2bids/phys2bids.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ def phys2bids(
300300

301301
# Checking acquisition type via user's input
302302
if tr is not None and num_timepoints_expected is not None:
303-
304303
# Multi-run acquisition type section
305304
# Check list length, more than 1 means multi-run
306305
if len(num_timepoints_expected) > 1:

phys2bids/slice4phys.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def find_takes(phys_in, ntp_list, tr_list, thr=None, padding=9):
5050

5151
# enumerate user input num_timepoints_expected
5252
for take_idx, take_tps in enumerate(ntp_list):
53-
5453
# correct time offset for this iteration's object
5554
phys_in.check_trigger_amount(
5655
thr=thr, num_timepoints_expected=take_tps, tr=tr_list[take_idx]
@@ -158,7 +157,6 @@ def slice4phys(phys_in, ntp_list, tr_list, thr, padding=9):
158157
# Find the timestamps
159158
take_timestamps = find_takes(phys_in, ntp_list, tr_list, thr, padding)
160159
for n, take in enumerate(take_timestamps.keys()):
161-
162160
# tmp variable to collect take's info
163161
take_attributes = take_timestamps[take]
164162

phys2bids/tests/test_bids.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def test_dataset_description_file(outdir):
8989

9090
@pytest.mark.parametrize("outdir", ".")
9191
def test_participants_file(outdir):
92-
9392
# Checks first condition in line 198
9493
test_sub = "001"
9594
test_sub_no_yml = "002"

phys2bids/tests/test_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ def test_integration_heuristic(skip_integration, multifreq_lab_file):
236236

237237

238238
def test_integration_multirun(skip_integration, multi_run_file):
239-
240239
if skip_integration:
241240
pytest.skip("Skipping integration test")
242241

0 commit comments

Comments
 (0)