Skip to content

Commit 607519b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 02c3540 commit 607519b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/probeinterface/neuropixels_tools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
global _np_probe_features
2323
_np_probe_features = None
2424

25+
2526
def _load_np_probe_features():
2627
# this avoid loading the json several time
2728
global _np_probe_features
@@ -30,6 +31,7 @@ def _load_np_probe_features():
3031
_np_probe_features = json.load(open(probe_features_filepath, "r"))
3132
return _np_probe_features
3233

34+
3335
# Map imDatPrb_pn (probe number) to imDatPrb_type (probe type) when the latter is missing
3436
# ONLY needed for `read_imro` function
3537
probe_part_number_to_probe_type = {

0 commit comments

Comments
 (0)