Skip to content

Commit

Permalink
BF: Import convolve from scipy.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Feb 20, 2015
1 parent 439dcc7 commit 29f7ce5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions dipy/COMMIT_INFO.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# This is an ini file that may contain information about the code state
[commit hash]
# The line below may contain a valid hash if it has been substituted during 'git archive'
archive_subst_hash=$Format:%h$
# This line may be modified by the install process
install_hash=
archive_subst_hash = $Format:%h$
install_hash = 439dcc7

1 change: 1 addition & 0 deletions dipy/denoise/noise_estimate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import numpy as np

from scipy.ndimage.filters import convolve
from scipy.special import gammainccinv
from scipy.stats import mode

Expand Down

0 comments on commit 29f7ce5

Please sign in to comment.