Skip to content

[Breaking change] Include starting time (0) in get_algorithm_time #508

@ArneBouillon

Description

@ArneBouillon

It seems useful if the entries of get_algorithm_time correspond to the ensembles in get_u/get_g. This would allow, for instance,

for (ensemble, t) in zip(get_u(ekp), get_algorithm_time(ekp))
    # ...
end

Currently, the initial timepoint (0) is not included in get_algorithm_time, while the initial ensemble is in get_u.

Changing that might break people's code, however (including mine, now that I've worked around this).

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