Skip to content

Commit e4bf4aa

Browse files
committed
FIX: Cleaner
1 parent 3c7a83a commit e4bf4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surfer/viz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ def add_label(self, label, color=None, alpha=1, scalar_thresh=None,
11091109
keep_idx.shape = self.geo[hemi].faces.shape
11101110
keep_idx = self.geo[hemi].faces[np.any(keep_idx,
11111111
axis=1)].ravel()
1112-
keep_idx = keep_idx[np.in1d(keep_idx, ids)]
1112+
keep_idx = keep_idx[np.in1d(keep_idx, ids)]
11131113
show[keep_idx] = 1
11141114
label *= show
11151115

0 commit comments

Comments
 (0)