Skip to content

Commit b9c258e

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_io/test_spikeglx.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def test_valid_probe_dict(meta_file: str):
2020
probe = read_spikeglx(data_path / meta_file)
2121
validate_probe_dict(probe.to_dict(array_as_list=True))
2222

23+
2324
def test_parse_meta():
2425
for meta_file in [
2526
"doppio-checkerboard_t0.imec0.ap.meta",
@@ -44,7 +45,6 @@ def test_NP1():
4445
assert "1.0" in probe.model_name
4546

4647

47-
4848
def test_NP_phase3A():
4949
# Data provided by rtraghavan
5050
probe = read_spikeglx(data_path / "phase3a.imec.ap.meta")
@@ -335,6 +335,5 @@ def test_CatGT_NP1():
335335
assert "1.0" in probe.model_name
336336

337337

338-
339338
if __name__ == "__main__":
340339
test_NP2_1_shanks()

0 commit comments

Comments
 (0)