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

Data.squeeze #1134

Merged
merged 10 commits into from
Jan 30, 2024
Merged

Data.squeeze #1134

merged 10 commits into from
Jan 30, 2024

Conversation

ddkohler
Copy link
Contributor

@ddkohler ddkohler commented Jul 7, 2023

Changes

Checklist

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

@ddkohler ddkohler changed the title Data drop method Data.squeeze Jul 7, 2023
tests/data/squeeze.py Outdated Show resolved Hide resolved
Copy link
Contributor

@kameyer226 kameyer226 left a comment

Choose a reason for hiding this comment

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

Should be good except for the one replace. Nice addition!

@ddkohler
Copy link
Contributor Author

ddkohler commented Aug 8, 2023

This PR is still a work in progress. Specifically, the squeezed data objects need to work on the Constant objects they create.

@ddkohler ddkohler marked this pull request as ready for review January 26, 2024 18:14
@kameyer226 kameyer226 merged commit c6f4378 into master Jan 30, 2024
9 checks passed
@kameyer226 kameyer226 deleted the data-drop-method branch January 30, 2024 18:54
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.

Data.chop: add "drop" kwarg to bypass MultidimensionalAxisError
2 participants