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

Fix calculation of MemoryShardsBuffer.bytes_read #8289

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

crusaderky
Copy link
Collaborator

@crusaderky crusaderky commented Oct 19, 2023

while shards:
shard = shards.pop()
data.append(self._deserialize(shard))
size += sizeof(shards)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

should have been shard, not shards

Copy link
Member

@hendrikmakait hendrikmakait left a comment

Choose a reason for hiding this comment

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

Whoops, thanks!

@github-actions
Copy link
Contributor

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   15h 24m 0s ⏱️ + 23m 29s
  3 932 tests ±0    3 812 ✔️ ±0     115 💤 ±0    5 ±0 
49 387 runs  ±0  47 020 ✔️ ±0  2 340 💤 ±0  27 ±0 

For more details on these failures, see this check.

Results for commit 5bef354. ± Comparison against base commit cbc3a33.

@hendrikmakait hendrikmakait merged commit 7ea3bff into dask:main Oct 19, 2023
20 of 35 checks passed
@crusaderky crusaderky deleted the MemoryShardsBuffer.size branch October 19, 2023 13:03
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