Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Dec 9, 2024
1 parent 2fc5c20 commit 0cbc40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_merge_tacs.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_collect_and_merge_tsvs():
merged_tsvs = collect_and_merge_tsvs(bids_dir=tempdir)
merged_tsvs = {tsv: pandas.read_csv(tsv, sep="\t") for tsv in merged_tsvs}

# check that the merged tsvs are the concatentation of the unmerged tac tsvs same as the unmerged run tsvs
# check that the merged tsvs are the concatenation of the unmerged tac tsvs same as the unmerged run tsvs
tacs = [unmerged_run_tsvs[tsv] for tsv in unmerged_run_tsvs if "tacs" in tsv]

# add up lengths of split tacs
Expand Down

0 comments on commit 0cbc40b

Please sign in to comment.