Skip to content

Conversation

@josephnowak
Copy link

@josephnowak josephnowak commented Nov 22, 2024

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

@phofl here is the PR to optimize the push method based on the discussion that we had in this PR.

The main problem that I found was that there is no nanlast method on Dask, should I copy the logic from Xarray to this repository? or is it okay for now to use the sequential method by default to avoid adding the nanlast?

@github-actions
Copy link
Contributor

github-actions bot commented Nov 22, 2024

Unit Test Results

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

     15 files  +     2       15 suites  +2   4h 8m 33s ⏱️ + 40m 7s
 13 256 tests ±     0   12 194 ✅ ±     0   1 062 💤 ±    0  0 ❌ ±0 
164 446 runs  +26 118  141 526 ✅ +22 195  22 920 💤 +3 923  0 ❌ ±0 

Results for commit f3465ce. ± Comparison against base commit 4814464.

♻️ This comment has been updated with latest results.

@github-actions github-actions bot added the needs attention It's been a while since this was pushed on. Needs attention from the owner or a maintainer. label Feb 24, 2025


def push(array, n, axis):
def push(array, n, axis, method="sequential"):
Copy link

Choose a reason for hiding this comment

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

perhaps update the docstring to explain the method parameter and the behavior related to n.

@github-actions github-actions bot removed the needs attention It's been a while since this was pushed on. Needs attention from the owner or a maintainer. label May 26, 2025
@github-actions github-actions bot added the needs attention It's been a while since this was pushed on. Needs attention from the owner or a maintainer. label Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs attention It's been a while since this was pushed on. Needs attention from the owner or a maintainer.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants