Skip to content

Commit 8e53f54

Browse files
JaerongACBroz1
andauthored
Update element_array_ephys/probe.py
Co-authored-by: Chris Brozdowski <CBrozdowski@yahoo.com>
1 parent 19c447a commit 8e53f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

element_array_ephys/probe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def build_electrode_layouts(
247247
shank_cols = np.tile(range(col_count_per_shank), row_count)
248248
shank_rows = np.repeat(range(row_count), col_count_per_shank)
249249

250-
electrode_layouts = [
250+
return [
251251
{
252252
"probe_type": probe_type,
253253
"electrode": (site_count_per_shank * shank_no) + e_id,

0 commit comments

Comments
 (0)