Skip to content

Commit d9f46b7

Browse files
Re-enable logreg spmd test (#2029)
1 parent 947ecbc commit d9f46b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sklearnex/spmd/linear_model/tests/test_logistic_regression_spmd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def test_logistic_spmd_gold(dataframe, queue):
116116
@pytest.mark.parametrize("dtype", [np.float32, np.float64])
117117
@pytest.mark.mpi
118118
def test_logistic_spmd_synthetic(n_samples, n_features, C, tol, dataframe, queue, dtype):
119-
pytest.skip("Sporadic failures on coef_ check. Test disabled while fix in progress")
120119
# TODO: Resolve numerical issues when n_rows_rank < n_cols
121120
if n_samples <= n_features:
122121
pytest.skip("Numerical issues when rank rows < columns")

0 commit comments

Comments
 (0)