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

view on a DimStack with a vector of CartesianIndex throws a StackOverflowError #901

Closed
tiemvanderdeure opened this issue Jan 13, 2025 · 1 comment · Fixed by #913
Closed
Labels
bug Something isn't working

Comments

@tiemvanderdeure
Copy link
Collaborator

Possibly this will get fixed by #871?

using DimensionalData
da = rand(X(1:10), Y(1:10))
ds = DimStack((a = da, b = da))
view(ds, [CartesianIndex(1,1), CartesianIndex(1,2)]) # errors
view(ds.a, [CartesianIndex(1,1), CartesianIndex(1,2)]) # works
@rafaqz
Copy link
Owner

rafaqz commented Jan 13, 2025

Maybe less will fix it too

@rafaqz rafaqz added the bug Something isn't working label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants