Skip to content

Commit f06f5a9

Browse files
mariomario
authored andcommitted
correct typo
1 parent a97d25a commit f06f5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/python/cni_toolbox/pRF.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self, parameters, hrf = None):
7474
self.n_cols = parameters['n_cols']
7575
self.n_slices = parameters['n_slices']
7676
self.n_total = self.n_rows * self.n_cols * self.n_slices
77-
self.r_stimulus = parameters['r_stimulus']:
77+
self.r_stimulus = parameters['r_stimulus']
7878

7979
if hrf != None:
8080
self.l_hrf = hrf.shape[0]

0 commit comments

Comments
 (0)