Skip to content

Commit

Permalink
review fixes| Fixes typos
Browse files Browse the repository at this point in the history
  • Loading branch information
doublethefish committed Aug 6, 2020
1 parent dd6f97b commit 2848594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_check_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@ def test_compare_workers_to_single_proc(self, num_files, num_jobs, num_checkers)
"""Compares the 3 key parameters for check_parallel() produces the same results
The intent here is to ensure that the check_parallel() operates on each file,
without ordering issues, irespective of the number of workers used and the
without ordering issues, irrespective of the number of workers used and the
number of checkers applied.
This test becomes mre important if we want to change how we paraterise the
This test becomes more important if we want to change how we parametrise the
checkers, for example if we aim to batch the files across jobs. """

# define the stats we expect to get back from the runs, these should only vary
Expand Down

0 comments on commit 2848594

Please sign in to comment.