Skip to content

Commit 53c247a

Browse files
authored
Test IBL extractors tests failing for PI update (#4285)
1 parent 5a58beb commit 53c247a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/spikeinterface/extractors/tests/test_iblextractors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ def test_offsets(self):
7676

7777
def test_probe_representation(self):
7878
probe = self.recording.get_probe()
79-
expected_probe_representation = "Probe - 384ch - 1shanks"
80-
assert repr(probe) == expected_probe_representation
79+
expected_probe_representation = "Probe - 384ch"
80+
assert expected_probe_representation in repr(probe)
8181

8282
def test_property_keys(self):
8383
expected_property_keys = [

0 commit comments

Comments
 (0)