Skip to content

Commit 1ae3370

Browse files
authored
Merge pull request #169 from jmay0504/master
import factorial from scipy.special
2 parents 7876e43 + d38ecfe commit 1ae3370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nitime/fmri/hrf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import print_function
22
import numpy as np
3-
from scipy.misc import factorial
3+
from scipy.special import factorial
44

55

66
def gamma_hrf(duration, A=1., tau=1.08, n=3, delta=2.05, Fs=1.0):

0 commit comments

Comments
 (0)