Skip to content

Commit 285bb1e

Browse files
committed
[DATALAD RUNCMD] chore: run codespell throughout fixing a few typos interactively
=== Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 4 ./tests/test_io/test_openephys.py", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent c68f96d commit 285bb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_io/test_openephys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def test_NP1_subset():
9797
assert len(probe_lf.contact_positions) == 200
9898

9999
# Not specifying the stream_name should raise an Exception, because both the ProbeA-AP and
100-
# ProbeA-LFP have custome channel selections
100+
# ProbeA-LFP have custom channel selections
101101
with pytest.raises(AssertionError):
102102
probe = read_openephys(data_path / "OE_Neuropix-PXI-subset" / "settings.xml")
103103

0 commit comments

Comments
 (0)