Skip to content

Commit 895288c

Browse files
h-mayorquinzm711
andauthored
Update src/spikeinterface/core/baserecording.py
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent 9e21100 commit 895288c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spikeinterface/core/baserecording.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ def _select_segments(self, segment_indices):
749749
def get_channel_locations(
750750
self,
751751
channel_ids: list | np.ndarray | tuple | None = None,
752-
axes: "xy" | "yz" | "xz" = "xy",
752+
axes: "xy" | "yz" | "xz" | "xyz" = "xy",
753753
) -> np.ndarray:
754754
"""
755755
Get the physical locations of specified channels.

0 commit comments

Comments
 (0)