Skip to content

Commit

Permalink
PEP: pep8 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
dgursoy committed Apr 11, 2015
1 parent daa20e7 commit 47f0c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tomopy/misc/morph.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def upsample2d(data, level=1):
[slices, pixels, pixels]
level : scalar, int32
Upsampling level. For example level=2
Upsampling level. For example level=2
means, the sinogram will be upsampled by 4,
and level=3 means upsampled by 8.
Expand Down Expand Up @@ -353,7 +353,7 @@ def upsample3d(data, level=1):
[slices, pixels, pixels]
level : scalar, int32
Upsampling level. For example level=2
Upsampling level. For example level=2
means, the sinogram will be upsampled by 4,
and level=3 means upsampled by 8.
Expand Down Expand Up @@ -394,7 +394,7 @@ def upsample2df(data, level):
[slices, pixels, pixels]
level : scalar, int32
Upsampling level. For example level=2
Upsampling level. For example level=2
means, the sinogram will be upsampled by 4,
and level=3 means upsampled by 8.
Expand Down

0 comments on commit 47f0c42

Please sign in to comment.