Skip to content

Commit

Permalink
Merge remote-tracking branch 'bendichter/validate_read_probe_dicts' i…
Browse files Browse the repository at this point in the history
…nto validate_read_probe_dicts
  • Loading branch information
bendichter committed Dec 8, 2024
2 parents 8d54bfd + b9c258e commit 0a57d80
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 0a57d80

Please sign in to comment.