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 to a subset of a dataset #1150

Open
linwaytin opened this issue Apr 19, 2024 · 1 comment
Open

View to a subset of a dataset #1150

linwaytin opened this issue Apr 19, 2024 · 1 comment

Comments

@linwaytin
Copy link
Contributor

I can have ds[1:5, 2] = rand(5, 2) to write into a subset of a dataset. However, @views dsv = ds[1:5, 2] does not work as expected.

What I really want is a way to pass the view to a function, such that the view information is included in like dsv. Is there a way to do that in HDF5.jl?

@mkitti
Copy link
Member

mkitti commented Apr 20, 2024

In the HDF5 terminology these are called references. I thought we had worked on this.

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

2 participants