Skip to content

Commit 9ac1ccd

Browse files
authored
Apply suggestion from @ethanglaser
1 parent ee9f2e1 commit 9ac1ccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

onedal/decomposition/tests/test_incremental_pca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def test_on_gold_data(queue, is_deterministic, whiten, num_blocks, dtype):
120120
pytest.param(
121121
100,
122122
marks=pytest.mark.xfail(
123-
reason="Known NaN location mismatch in IncrementalPCA random-data test for column_count=100"
123+
reason="TODO: resolve known NaN location mismatch in IncrementalPCA random-data test for column_count>=row count"
124124
),
125125
),
126126
],

0 commit comments

Comments
 (0)