Skip to content

Commit

Permalink
Update modin/tests/core/storage_formats/pandas/test_internals.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anatoly Myachev <[email protected]>
  • Loading branch information
YarShev and anmyachev committed Jun 14, 2024
1 parent dc3e380 commit 6767481
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modin/tests/core/storage_formats/pandas/test_internals.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,8 @@ def test_reorder_labels_dtypes():

@pytest.mark.parametrize(
"left_partitioning, right_partitioning, ref_with_cache_available, ref_with_no_cache",
# Note: this test takes into consideration that `MinRowPartitionSize == 32`, MinColumnPartitionSize == 32` and `NPartitions == 4`
# Note: this test takes into consideration that `MinRowPartitionSize == 32`,
# `MinColumnPartitionSize == 32` and `NPartitions == 4`
[
(
[2],
Expand Down

0 comments on commit 6767481

Please sign in to comment.