Skip to content

Commit

Permalink
PEP8 in reconst dipy#881
Browse files Browse the repository at this point in the history
  • Loading branch information
theaverageguy committed Mar 21, 2016
1 parent f360a82 commit b8ae847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipy/reconst/dsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def pdf(self):
self.model.cache_set('deconv_psf', self.model.gtab, DSID_PSF)
# apply fourier transform
Pr = fftshift(np.abs(np.real(fftn(ifftshift(Sq),
3 * (self.qgrid_sz, )))))
3 * (self.qgrid_sz, )))))
# threshold propagator
Pr = threshold_propagator(Pr)
# apply LR deconvolution
Expand Down

0 comments on commit b8ae847

Please sign in to comment.