From 9360aaa5dcd8901c4ecaee61d166b4c4014c9b0a Mon Sep 17 00:00:00 2001 From: vinferrer Date: Thu, 18 Jun 2020 09:19:41 +0200 Subject: [PATCH] linting problems --- phys2bids/tests/test_integration.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/phys2bids/tests/test_integration.py b/phys2bids/tests/test_integration.py index 0c949fd66..4cf18972a 100644 --- a/phys2bids/tests/test_integration.py +++ b/phys2bids/tests/test_integration.py @@ -358,8 +358,8 @@ def test_integration_heuristic(samefreq_short_txt_file): # Check that participant.tsv gets updated phys2bids(filename=test_full_path, chtrig=test_chtrig, outdir=test_outdir, - num_timepoints_expected=test_ntp, tr=test_tr, thr=test_thr, sub='002', - ses='01', heur_file=test_heur) + num_timepoints_expected=test_ntp, tr=test_tr, thr=test_thr, sub='002', + ses='01', heur_file=test_heur) counter = 0 subject_list = ['participant_id', '006', '002'] @@ -402,7 +402,8 @@ def test_integration_info(samefreq_short_txt_file): subprocess.run(command_str, shell=True, check=True) # Check that plot all file is generated - assert os.path.isfile(os.path.join(test_outdir, 'bids_ignore/Test_belt_pulse_samefreq_short.png')) + assert os.path.isfile(os.path.join(test_outdir, + 'bids_ignore/Test_belt_pulse_samefreq_short.png')) # Read logger file logger_file = glob.glob(os.path.join(extra_dir, '*phys2bids*'))[0]