Skip to content

Commit

Permalink
Merge pull request #214 from Modalities/fix/linting
Browse files Browse the repository at this point in the history
Fix linting
  • Loading branch information
le1nux authored Aug 12, 2024
2 parents 9829679 + bbff3c8 commit 44bfe4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_number_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@pytest.mark.parametrize(
"num_ranks,global_num_samples,local_micro_batch_size,expected",
[(2, 100, 10, 5), (2, 110, 10, 5), (4, 100, 10, 2), (4, 100, 5, 5)]
[(2, 100, 10, 5), (2, 110, 10, 5), (4, 100, 10, 2), (4, 100, 5, 5)],
)
def test_get_local_num_batches_from_num_samples(
num_ranks: int, global_num_samples: int, local_micro_batch_size: int, expected: int
Expand Down

0 comments on commit 44bfe4c

Please sign in to comment.