Skip to content

Commit

Permalink
string format
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Oct 10, 2024
1 parent 39274cc commit d49ed36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_r.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_r_bigsnpr():
f"cp {os.path.join(cwd, 'tests', 'extras', 'bigsnpr.R')} {d}/")
custom_mount = f'--mount type=bind,source={d},target={d} '
call = (f'{PREFIX_CUSTOM_MOUNT.format(custom_mount=custom_mount)} ' +
'Rscript {d}/bigsnpr.R')
f'Rscript {d}/bigsnpr.R')
out = subprocess.run(call.split(' '), check=False)
assert out.returncode == 0

Expand Down

0 comments on commit d49ed36

Please sign in to comment.