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

Missing reduced_index #261

Open
jgsimard opened this issue May 28, 2024 · 0 comments
Open

Missing reduced_index #261

jgsimard opened this issue May 28, 2024 · 0 comments

Comments

@jgsimard
Copy link

Using the function mean(X, dims = 2) I got the following error

ERROR: ArgumentError: No method is implemented for reducing index range of type ComponentArrays.CombinedAxis{FlatAxis, Base.OneTo{Int64}}. Please implement
reduced_index for this index type or report this as an issue.

the type of the matrix is
ComponentMatrix{Float64, Matrix{Float64}, Tuple{Axis{(S = 1:2, I = 3:4, R = 5:6)}, FlatAxis}
and size of the matrix (6, 201)
What should I do ?

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