Skip to content

chore: small inconsistency/typo with the non-jax case below#3698

Merged
ikrommyd merged 1 commit intoscikit-hep:mainfrom
ikrommyd:fix-typo
Oct 24, 2025
Merged

chore: small inconsistency/typo with the non-jax case below#3698
ikrommyd merged 1 commit intoscikit-hep:mainfrom
ikrommyd:fix-typo

Conversation

@ikrommyd
Copy link
Copy Markdown
Collaborator

@ikrommyd ikrommyd commented Oct 24, 2025

Something I accidentally introduced in #3596
To be fair, it's correct either way because indexedoption_index is

                indexedoption_index = nplike.arange(
                    tagged_content.length + 1, dtype=np.int64
                )

Which means that it has length tagged_content.length so setting the item at nplike.shape_item_as_index(tagged_content.length) is just setting it at -1. It's just that I don't like seeing it be different from the non-jax case right below 😄.

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 24, 2025

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 82.72%. Comparing base (b749e49) to head (d067854).
⚠️ Report is 454 commits behind head on main.

Files with missing lines Patch % Lines
...rc/awkward/operations/ak_merge_union_of_records.py 0.00% 1 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
...rc/awkward/operations/ak_merge_union_of_records.py 82.11% <0.00%> (-3.48%) ⬇️

... and 199 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ikrommyd ikrommyd changed the title fix: small inconsistenty/typo with the non-jax case below fix: small inconsistency/typo with the non-jax case below Oct 24, 2025
@github-actions
Copy link
Copy Markdown

The documentation preview is ready to be viewed at http://preview.awkward-array.org.s3-website.us-east-1.amazonaws.com/PR3698

@ikrommyd ikrommyd changed the title fix: small inconsistency/typo with the non-jax case below chore: small inconsistency/typo with the non-jax case below Oct 24, 2025
Copy link
Copy Markdown
Member

@ianna ianna left a comment

Choose a reason for hiding this comment

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

@ikrommyd - looks good to me! Thanks for fixing it! Please, merge it if you are done with ti. Thanks.

@ikrommyd ikrommyd merged commit 8b5d028 into scikit-hep:main Oct 24, 2025
54 of 56 checks passed
@ikrommyd ikrommyd deleted the fix-typo branch October 24, 2025 23:13
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