Skip to content

ENH: Adding apply_along_axis - #871

Draft
prady0t wants to merge 1 commit into
data-apis:mainfrom
prady0t:add-appl
Draft

ENH: Adding apply_along_axis#871
prady0t wants to merge 1 commit into
data-apis:mainfrom
prady0t:add-appl

Conversation

@prady0t

@prady0t prady0t commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Fixes: #493

Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
Comment thread tests/test_funcs.py
Comment on lines +112 to +116
@pytest.mark.xfail_xp_backend(
Backend.DASK,
reason="Dask apply_along_axis infers output shape differently",
strict=False,
)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

test_simple[dask] - AssertionError: shapes do not match: (2, 1) != (2, 3)

Comment thread tests/test_funcs.py
Comment on lines +132 to +136
@pytest.mark.xfail_xp_backend(
Backend.SPARSE,
reason="Sparse cannot stack scalar arrays with different fill values",
strict=False,
)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

test_scalar_output[sparse] - ValueError: This operation requires consistent fill-values, but argument 1 had a fill value of 15, which is different from a fill_value of 6 in the first argument.

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.

ENH: add apply_along_axis

1 participant