Skip to content

Commit

Permalink
spell correction
Browse files Browse the repository at this point in the history
  • Loading branch information
engrosamaali91 committed Oct 18, 2023
1 parent 6923c81 commit cd606cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_cases/test_brainprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_brainprint_initialization(sample_subjects_dir):
assert not brainprint.keep_temp
assert not brainprint.use_cholmod

# Change subject id if requried
# Change subject id if required
subject_id = "bert"
result = brainprint.run(subject_id=subject_id)
assert isinstance(result, dict)
Expand Down

0 comments on commit cd606cd

Please sign in to comment.