Skip to content

Commit

Permalink
TEST: Enable spmd logreg test (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
avolkov-intel authored Sep 24, 2024
1 parent 9f5390c commit cf29d09
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ def test_logistic_spmd_gold(dataframe, queue):
@pytest.mark.parametrize("dtype", [np.float32, np.float64])
@pytest.mark.mpi
def test_logistic_spmd_synthetic(n_samples, n_features, C, tol, dataframe, queue, dtype):
if dtype == np.float64:
pytest.skip(
"Sporadic failures on coef_ check. Test disabled while fix in progress"
)
# TODO: Resolve numerical issues when n_rows_rank < n_cols
if n_samples <= n_features:
pytest.skip("Numerical issues when rank rows < columns")
Expand Down

0 comments on commit cf29d09

Please sign in to comment.