From 66bc2e1af677ecfb9ef8f3c4dc315401ce219ab0 Mon Sep 17 00:00:00 2001 From: apdavison Date: Sun, 14 Jun 2026 13:23:55 +0000 Subject: [PATCH] black formatting --- neo/rawio/spikeglxrawio.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/neo/rawio/spikeglxrawio.py b/neo/rawio/spikeglxrawio.py index 498631d5a..e4a454494 100644 --- a/neo/rawio/spikeglxrawio.py +++ b/neo/rawio/spikeglxrawio.py @@ -64,13 +64,12 @@ ) from .utils import get_memmap_shape - neuropixels_probe_features_file = Path(__file__).parents[1] / "resources" / "neuropixels_probe_features.json" def _is_1_0_probe(features): """ - Check if the probe is a Neuropixels 1.0 based on the datasheet / + Check if the probe is a Neuropixels 1.0 based on the datasheet / description / databus_decoder field in the features dict. """ datasheet_string = features.get("datasheet", "")