Skip to content

Commit d38ecfe

Browse files
author
JGMAYC
committed
import factorial from scipy.special
1 parent 7876e43 commit d38ecfe

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)