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

select_region does not expand_dims #16

Open
RainerHeintzmann opened this issue Apr 8, 2024 · 0 comments
Open

select_region does not expand_dims #16

RainerHeintzmann opened this issue Apr 8, 2024 · 0 comments

Comments

@RainerHeintzmann
Copy link
Member

It would be better of select_region would automatically adapt to the dimensions, or at least throw an error, if the dimensions do not agree:

julia> size(select_region(rand(10,10),new_size=(10,10,10)))
(10, 10)

As one can see, it currently silently drops expanded dimensions.

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

No branches or pull requests

1 participant