We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d54bfd + b9c258e commit 0a57d80Copy full SHA for 0a57d80
1 file changed
tests/test_io/test_spikeglx.py
@@ -20,6 +20,7 @@ def test_valid_probe_dict(meta_file: str):
20
probe = read_spikeglx(data_path / meta_file)
21
validate_probe_dict(probe.to_dict(array_as_list=True))
22
23
+
24
def test_parse_meta():
25
for meta_file in [
26
"doppio-checkerboard_t0.imec0.ap.meta",
@@ -44,7 +45,6 @@ def test_NP1():
44
45
assert "1.0" in probe.model_name
46
47
-
48
def test_NP_phase3A():
49
# Data provided by rtraghavan
50
probe = read_spikeglx(data_path / "phase3a.imec.ap.meta")
@@ -335,6 +335,5 @@ def test_CatGT_NP1():
335
336
337
338
339
if __name__ == "__main__":
340
test_NP2_1_shanks()
0 commit comments