Skip to content

Commit 3789107

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9edfa6a commit 3789107

7 files changed

Lines changed: 0 additions & 7 deletions

File tree

src/probeinterface/generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from .probegroup import ProbeGroup
1313
from .utils import combine_probes
1414

15-
1615
_default_shape_to_params = {"circle": "radius", "square": "width", "rect": "height"}
1716

1817

src/probeinterface/neuropixels_tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from .probe import Probe
1919
from .utils import import_safely
2020

21-
2221
global _np_probe_features
2322
_np_probe_features = None
2423

src/probeinterface/wiring.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from __future__ import annotations
66
import numpy as np
77

8-
98
# This code will not be formatted by Black
109
# fmt: off
1110
pathways = {

tests/test_io/test_3brain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
from probeinterface.testing import validate_probe_dict
1010

11-
1211
data_path = Path(__file__).absolute().parent.parent / "data" / "3brain"
1312
brw_files = glob.glob(str(data_path / "*.brw"))
1413

tests/test_io/test_io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
import pytest
1616

17-
1817
data_path = Path(__file__).absolute().parent.parent / "data"
1918

2019

tests/test_io/test_spikegadgets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from probeinterface.io import parse_spikegadgets_header
66
from probeinterface.testing import validate_probe_dict
77

8-
98
data_path = Path(__file__).absolute().parent.parent / "data" / "spikegadgets"
109
test_file = "SpikeGadgets_test_data_2xNpix1.0_20240318_173658_header_only.rec"
1110

tests/test_library.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
clear_cache,
1616
)
1717

18-
1918
manufacturer = "neuronexus"
2019
probe_name = "A1x32-Poly3-10mm-50-177"
2120

0 commit comments

Comments
 (0)