Skip to content

Commit fb85dfe

Browse files
mariomario
authored andcommitted
renamed n_msk->n_mask
1 parent 2bbd99c commit fb85dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/python/cni_toolbox/HGR.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def get_parameters(self, n_batch = 10000,
183183
mask = np.ones(self.n_voxels).astype(bool)
184184
idx = np.arange(self.n_voxels)
185185
idx = idx[mask]
186-
n_msk = sum(mask)
186+
n_mask = sum(mask)
187187

188188
results = {'mu_x': np.zeros(self.n_voxels),
189189
'mu_y': np.zeros(self.n_voxels),

0 commit comments

Comments
 (0)