Skip to content

Conversation

@david-cortes-intel
Copy link
Contributor

Description

Adds more temporary deselections of conformance tests that all fail from the same known bug in oneDAL which is still being investigated.


Checklist:

Completeness and readability

  • I have commented my code, particularly in hard-to-understand areas.
  • Git commit message contains an appropriate signed-off-by string (see CONTRIBUTING.md for details).
  • I have resolved any merge conflicts that might occur with the base branch.

Testing

  • I have run it locally and tested the changes extensively.
  • All CI jobs are green or I have provided justification why they aren't.

@codecov
Copy link

codecov bot commented Nov 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
azure 80.49% <ø> (ø)
github 82.10% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 4 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

# Temporary deselections due to a bug in oneDAL, remove once the issue is fixed.
# Probably can also removed the kmeans ones above once these are fixed.
- cluster/tests/test_k_means.py::test_float_precision[42-KMeans-sparse_matrix]
- cluster/tests/test_k_means.py::test_float_precision[42-KMeans-sparse_array]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the issue with sparse and dense arrays? Because unless this is a sparse only test, deselecting test_float_precision entirely would skip running on dense as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it's now affecting both, but dense one much less frequently than sparse.

@Vika-F
Copy link
Contributor

Vika-F commented Nov 28, 2025

/intelci: run

Copy link
Contributor

@Vika-F Vika-F left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's wait for the Pre-Commit results showing no failures in test_k_means and LGTM.

@david-cortes-intel
Copy link
Contributor Author

Let's wait for the Pre-Commit results showing no failures in test_k_means and LGTM.

@Vika-F The failures that this aims to solve are in the azure pipelines.

@Vika-F
Copy link
Contributor

Vika-F commented Nov 28, 2025

@david-cortes-intel Ok, then I'll cancel the Pre-Commit job, and you can merge.

@david-cortes-intel david-cortes-intel merged commit 7d7873a into uxlfoundation:main Nov 28, 2025
30 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants