Skip to content

Commit

Permalink
follow changes made in uxlfoundation#2126
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust committed Nov 27, 2024
1 parent c4dccd6 commit f83f1ef
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions onedal/utils/tests/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
"shape",
[
[16, 2048],
[
2**16 + 3,
],
[65539], # 2**16 + 3,
[1000, 1000],
[
3,
Expand All @@ -58,9 +56,7 @@ def test_sum_infinite_actually_finite(dtype, shape, allow_nan, dataframe, queue)
"shape",
[
[16, 2048],
[
2**16 + 3,
],
[65539], # 2**16 + 3,
[1000, 1000],
[
3,
Expand Down

0 comments on commit f83f1ef

Please sign in to comment.