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 map_overlap with new_axis #11128

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

Conversation

dstansby
Copy link

@dstansby dstansby commented May 17, 2024

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

Fixes #11124.

This does not feel like the nicest or best tested code, so suggestions for improvements to the code or extra tests I could add would be appreciated.

@GPUtester
Copy link
Collaborator

Can one of the admins verify this patch?

Admins can comment ok to test to allow this one PR to run or add to allowlist to allow all future PRs from the same author to run.

Copy link
Contributor

github-actions bot commented May 17, 2024

Unit Test Results

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

     15 files  ± 0       15 suites  ±0   3h 26m 34s ⏱️ + 1m 22s
 13 124 tests + 1   12 159 ✅ + 1     931 💤 ±0  34 ❌ ±0 
162 533 runs  +13  142 462 ✅ +10  20 037 💤 +3  34 ❌ ±0 

For more details on these failures, see this check.

Results for commit f3f1e15. ± Comparison against base commit 05a04aa.

♻️ This comment has been updated with latest results.

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.

Overlap with new_axis option is not trimmed correctly
2 participants