Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Oct 16, 2023
1 parent e4144c5 commit 86d0739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/widgets/tests/test_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def test_plot_unit_probe_map(self):
possible_backends = list(sw.UnitProbeMapWidget.get_possible_backends())
for backend in possible_backends:
if backend not in self.skip_backends:
sw.plot_unit_probe_map(self.we)
sw.plot_unit_probe_map(self.we_dense)



Expand Down

0 comments on commit 86d0739

Please sign in to comment.