Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.12.0
rev: 26.1.0
hooks:
- id: black
files: ^src/|^tests/
Expand Down
1 change: 0 additions & 1 deletion src/probeinterface/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from .probegroup import ProbeGroup
from .utils import combine_probes


_default_shape_to_params = {"circle": "radius", "square": "width", "rect": "height"}


Expand Down
1 change: 0 additions & 1 deletion src/probeinterface/neuropixels_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from .probe import Probe
from .utils import import_safely


global _np_probe_features
_np_probe_features = None

Expand Down
1 change: 0 additions & 1 deletion src/probeinterface/wiring.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from __future__ import annotations
import numpy as np


# This code will not be formatted by Black
# fmt: off
pathways = {
Expand Down
1 change: 0 additions & 1 deletion tests/test_io/test_3brain.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

from probeinterface.testing import validate_probe_dict


data_path = Path(__file__).absolute().parent.parent / "data" / "3brain"
brw_files = glob.glob(str(data_path / "*.brw"))

Expand Down
1 change: 0 additions & 1 deletion tests/test_io/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import pytest


data_path = Path(__file__).absolute().parent.parent / "data"


Expand Down
1 change: 0 additions & 1 deletion tests/test_io/test_spikegadgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from probeinterface.io import parse_spikegadgets_header
from probeinterface.testing import validate_probe_dict


data_path = Path(__file__).absolute().parent.parent / "data" / "spikegadgets"
test_file = "SpikeGadgets_test_data_2xNpix1.0_20240318_173658_header_only.rec"

Expand Down
1 change: 0 additions & 1 deletion tests/test_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
clear_cache,
)


manufacturer = "neuronexus"
probe_name = "A1x32-Poly3-10mm-50-177"

Expand Down