Skip to content

Commit

Permalink
Update code in dipy/reconst (PEP8)
Browse files Browse the repository at this point in the history
Using `pycodestyle` output, the file `dipy/reconst/odf.py` was
updated to pass `pycodestyle` check

Signed-off-by: Antonio Ossa <aaossa@uc.cl>
  • Loading branch information
aaossa committed Apr 3, 2017
1 parent bd52b1c commit fe5c7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipy/reconst/odf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# Classes OdfModel and OdfFit are using API ReconstModel and ReconstFit from
# .base


class OdfModel(ReconstModel):

"""An abstract class to be sub-classed by specific odf models
Expand Down Expand Up @@ -67,4 +68,3 @@ def minmax_normalize(samples, out=None):
out -= sample_mins
out /= (sample_maxes - sample_mins)
return out

0 comments on commit fe5c7f3

Please sign in to comment.