Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed big-endian sparse tests #8982

Merged

Conversation

TomAugspurger
Copy link
Member

@TomAugspurger TomAugspurger commented Jan 9, 2025

Follow up to #8977. Based on scipy/scipy#22258 (comment), it does look like removing these test cases is appropriate (apparently big-endian arrays weren't ever really supported?), so I've changed the skips to removals, and also removed from the cupy file.

Based on
scipy/scipy#22258 (comment),
this seemes to not be supported.
@TomAugspurger TomAugspurger requested a review from fjetter as a code owner January 9, 2025 20:35
Copy link
Contributor

github-actions bot commented Jan 9, 2025

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

    27 files  ±  0      27 suites  ±0   11h 29m 4s ⏱️ - 10m 54s
 4 111 tests  -  14   3 997 ✅ ±0    111 💤  -  14  2 ❌  - 1  1 🔥 +1 
51 551 runs   - 139  49 258 ✅ +2  2 288 💤  - 141  4 ❌  - 1  1 🔥 +1 

For more details on these failures and errors, see this check.

Results for commit 793567a. ± Comparison against base commit 26e84a9.

This pull request removes 14 tests.
distributed.protocol.tests.test_scipy ‑ test_serialize_scipy_sparse[dtype2-bsr_matrix]
distributed.protocol.tests.test_scipy ‑ test_serialize_scipy_sparse[dtype2-coo_matrix]
distributed.protocol.tests.test_scipy ‑ test_serialize_scipy_sparse[dtype2-csc_matrix]
distributed.protocol.tests.test_scipy ‑ test_serialize_scipy_sparse[dtype2-csr_matrix]
distributed.protocol.tests.test_scipy ‑ test_serialize_scipy_sparse[dtype2-dia_matrix]
distributed.protocol.tests.test_scipy ‑ test_serialize_scipy_sparse[dtype2-dok_matrix]
distributed.protocol.tests.test_scipy ‑ test_serialize_scipy_sparse[dtype2-lil_matrix]
distributed.protocol.tests.test_scipy ‑ test_serialize_scipy_sparse[dtype3-bsr_matrix]
distributed.protocol.tests.test_scipy ‑ test_serialize_scipy_sparse[dtype3-coo_matrix]
distributed.protocol.tests.test_scipy ‑ test_serialize_scipy_sparse[dtype3-csc_matrix]
…

Copy link
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

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

This seems fine to me. Thanks @TomAugspurger

The readthedocs failures are a bit weird, but they don't seem related to this PR.

@jacobtomlinson jacobtomlinson merged commit bd863de into dask:main Jan 10, 2025
27 of 34 checks passed
@TomAugspurger TomAugspurger deleted the tom/fix/remove-big-endian-sparse branch January 10, 2025 12:27
TomAugspurger added a commit to TomAugspurger/distributed that referenced this pull request Feb 3, 2025
Followup to dask#8982 and
dask#8977, where we skipped /
removed tests that were setting the endianness of arrays sent to
scipy.sparse, which isn't supported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants