Skip to content

Commit

Permalink
[DATALAD RUNCMD] run codespell throughout fixing typos automagically
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w datalad_neuroimaging",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Oct 14, 2024
1 parent e2a5681 commit 0a8b6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalad_neuroimaging/extractors/tests/test_nidm.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_nidm(path=None):
# aggregation done without whining
assert_status('ok', res)
res = ds.metadata(reporton='datasets')
# ATM we do not forsee file-based metadata to come back from NIDM
# ATM we do not foresee file-based metadata to come back from NIDM
assert_result_count(res, 1)
# kill version info
core = res[0]['metadata']['datalad_core']
Expand Down

0 comments on commit 0a8b6e6

Please sign in to comment.