Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 8, 2024
1 parent 16bd39a commit b9c258e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_io/test_spikeglx.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def test_valid_probe_dict(meta_file: str):
probe = read_spikeglx(data_path / meta_file)
validate_probe_dict(probe.to_dict(array_as_list=True))


def test_parse_meta():
for meta_file in [
"doppio-checkerboard_t0.imec0.ap.meta",
Expand All @@ -44,7 +45,6 @@ def test_NP1():
assert "1.0" in probe.model_name



def test_NP_phase3A():
# Data provided by rtraghavan
probe = read_spikeglx(data_path / "phase3a.imec.ap.meta")
Expand Down Expand Up @@ -335,6 +335,5 @@ def test_CatGT_NP1():
assert "1.0" in probe.model_name



if __name__ == "__main__":
test_NP2_1_shanks()

0 comments on commit b9c258e

Please sign in to comment.