Throw better error for different obs size in minibatcher (eventually resolve)
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
Research direction
Start at src/EnsembleKalmanProcess.jl around line 284 and trace how update_ensemble! handles observations created with different sizes. Check where observation sizes can first be validated, then reproduce the current indexing error and replace it with a clear error when sizes differ. Done means the mismatch is detected explicitly rather than producing an opaque indexing failure.
Written by the indexing model from the issue text.
Description
Issue
the following assumption that all observations is the same length
Comes out when the user calls update_ensemble!( with different observation sizes. Currently this gives an opaque indexing error. Perhaps we throw an error immediately on creation if obs are not all the same length.
Eventually we should investigate allowing observations of different lengths (and how this interacts with the update_group mechanism.)
- Dominant language
- Julia
- Stars
- 125
- Forks
- 24
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 5
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.
More from CliMA/EnsembleKalmanProcesses.jl
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
CliMA/EnsembleKalmanProcesses.jl#550 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
All issues in CliMA/EnsembleKalmanProcesses.jl
Similar issues
-
bug 🐞 distributed 🕸️
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
CliMA/Oceananigans.jl#6049 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
-
Difficulty 1/5 1-3 hours Newbie friendliness 88/100
JuliaGPU/GPUArrays.jl#780 ·
-
Difficulty 2/5 Half a day Newbie friendliness 76/100
epiforecasts/EpiBranch.jl#304 ·