We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DimStack
DimArray
I'll admit I don't make objects like this every day, but definitely a bug:
a = [rand(X(1:4)) for z in Z(1:2), y in Y(1:2)] ds = DimStack((;a)) ds1 = ds[1] typeof(ds1)
ds1 is a 0-dimensional DimStack for some reason, where it should be just a NamedTuple with a DimArray
The text was updated successfully, but these errors were encountered:
Not too hard to find where this one is, it even has a TODO
TODO
DimensionalData.jl/src/stack/indexing.jl
Lines 131 to 134 in de6ca6e
I'll have a stab at a fix
Sorry, something went wrong.
No branches or pull requests
I'll admit I don't make objects like this every day, but definitely a bug:
ds1 is a 0-dimensional DimStack for some reason, where it should be just a NamedTuple with a DimArray
The text was updated successfully, but these errors were encountered: