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

[DNM] Experiment with different data structures in P2P rechunking for reduced overhead #8738

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hendrikmakait
Copy link
Member

Closes #xxxx

  • Tests added / passed
  • Passes pre-commit run --all-files

data: list[tuple[NDIndex, list[tuple[NDIndex, tuple[NDIndex, np.ndarray]]]]],
input_partitions: list[NDIndex],
output_partitions: list[NDIndex],
data: list[tuple[NDIndex, np.ndarray]],
Copy link
Member Author

Choose a reason for hiding this comment

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

We could probably zip this as well, but let's see if we gain anything from what we have done so far.

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Unit Test Results

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

    29 files  ±0      29 suites  ±0   13h 46m 17s ⏱️ + 2h 29m 7s
 4 076 tests ±0   3 696 ✅  -   264    108 💤 ±0    271 ❌ +  263  1 🔥 +1 
55 172 runs  ±0  49 594 ✅  - 3 150  2 418 💤  - 1  3 152 ❌ +3 143  8 🔥 +8 

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

Results for commit 48be30f. ± Comparison against base commit a27a7b5.

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.

1 participant