Skip to content

Throw better error for different obs size in minibatcher (eventually resolve) #557

@odunbar

Description

@odunbar

Issue

the following assumption that all observations is the same length

obs_size = length(get_obs(get_observations(observation_series)[1])) #deduce size just from first observation

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions