Skip to content

Commit

Permalink
yep
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Oct 6, 2023
1 parent e51bb75 commit 5c5f32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/widgets/traces.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(
else:
raise ValueError("plot_traces recording must be recording or dict or list")

if "location" in rec0.get_property_keys():
if rec0.has_channel_locations():
channel_locations = rec0.get_channel_locations()
else:
channel_locations = None
Expand Down

0 comments on commit 5c5f32f

Please sign in to comment.