Skip to content

[WIP] split maintains dimensionality - #1251

Draft
ddkohler wants to merge 2 commits into
masterfrom
split_trivial_axis
Draft

[WIP] split maintains dimensionality#1251
ddkohler wants to merge 2 commits into
masterfrom
split_trivial_axis

Conversation

@ddkohler

@ddkohler ddkohler commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Changes

When the test passes, resolves #1250.

Checklist

  • added tests, if applicable
  • updated documentation, if applicable
  • updated CHANGELOG.md
  • tests pass

@ddkohler
ddkohler marked this pull request as draft September 2, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Using WrightTools.Data.split() on a 2D data object of shape (##, 1) along the ## length axis creates 1D data objects of shape (<=##,)

1 participant