I'm wondering why the below is >= and not >? As when attaching a probe group to a recording object, shouldn't it be OK if the channel counts in both exactly match?
|
if number_of_device_channel_indices >= self.get_num_channels(): |
Sorry if I'm missing something very obvious.
I'm wondering why the below is
>=and not>? As when attaching a probe group to a recording object, shouldn't it be OK if the channel counts in both exactly match?spikeinterface/src/spikeinterface/core/baserecordingsnippets.py
Line 147 in ff1b8cd
Sorry if I'm missing something very obvious.