Skip to content

Commit

Permalink
make suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust committed Nov 27, 2024
1 parent 5d31988 commit c4dccd6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions sklearnex/utils/tests/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
"shape",
[
[16, 2048],
[
2**16 + 3,
],
[2**16 + 3],
[1000, 1000],
],
)
Expand All @@ -63,9 +61,7 @@ def test_sum_infinite_actually_finite(dtype, shape, ensure_all_finite):
"shape",
[
[16, 2048],
[
2**16 + 3,
],
[2**16 + 3],
[1000, 1000],
],
)
Expand Down

0 comments on commit c4dccd6

Please sign in to comment.