We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c94bac commit 4bc20beCopy full SHA for 4bc20be
src/spikeinterface/extractors/tests/test_iblextractors.py
@@ -76,7 +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"
+ # we simply check that the probe has 384 channels in its representation
80
+ expected_probe_representation = "384ch"
81
assert expected_probe_representation in repr(probe)
82
83
def test_property_keys(self):
0 commit comments