Skip to content

Commit

Permalink
minor linting
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 16, 2020
1 parent cf1044e commit 6a4bedd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions brainweb/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

LINKS = "04 05 06 18 20 38 41 42 43 44 45 46 47 48 49 50 51 52 53 54"
LINKS = [
'http://brainweb.bic.mni.mcgill.ca/cgi/brainweb1' +
'?do_download_alias=subject' + i + '_crisp&format_value=raw_short' +
'http://brainweb.bic.mni.mcgill.ca/cgi/brainweb1'
'?do_download_alias=subject' + i + '_crisp&format_value=raw_short'
'&zip_value=gnuzip&download_for_real=%5BStart+download%21%5D'
for i in LINKS.split()]
RE_SUBJ = re.compile('.*(subject)([0-9]+).*')
Expand Down Expand Up @@ -300,7 +300,7 @@ def volshow(vol,
else:
for v in vol:
if v.ndim not in [3, 4]:
raise IndexError("Input should be (one or a list of)" +
raise IndexError("Input should be (one or a list of)"
" 3D and/or 4D array(s)")

if cmaps is None:
Expand Down

0 comments on commit 6a4bedd

Please sign in to comment.