JuliaDataCubes / JuliaDataCubes/EarthDataLab.jl

DimensionMismatch in non-grouped WeightedOnlineStats

Open
#114 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
34
Forks
14
PR merge metrics
No merged PRs in 30d

Description

https://github.com/esa-esdl/ESDL.jl/blob/99f278666303feef16235e35534775b288c0e1f5/src/DAT/tablestats.jl#L205

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.