We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a58beb commit 53c247aCopy full SHA for 53c247a
src/spikeinterface/extractors/tests/test_iblextractors.py
@@ -76,8 +76,8 @@ def test_offsets(self):
76
77
def test_probe_representation(self):
78
probe = self.recording.get_probe()
79
- expected_probe_representation = "Probe - 384ch - 1shanks"
80
- assert repr(probe) == expected_probe_representation
+ expected_probe_representation = "Probe - 384ch"
+ assert expected_probe_representation in repr(probe)
81
82
def test_property_keys(self):
83
expected_property_keys = [
0 commit comments