JuliaDataCubes / JuliaDataCubes/EarthDataLab.jl
DimensionMismatch in non-grouped WeightedOnlineStats
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 34
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
I had a DimensionMismatch error when trying to aggregate values of a data cube to a single non-grouped WeightedHist. I thin the line mentioned above has to be either
aout[:] = post(agg.o)
or
aout .= post(agg.o)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect src/DAT/tablestats.jl at line 205 and reproduce aggregation of data-cube values into a single non-grouped WeightedHist. Verify the assignment no longer raises DimensionMismatch for non-grouped WeightedOnlineStats.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100