Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Ordering of dimensions is not consistent across parts of the package #24

Description

@shengjiex98

In deviation(), the three dimensions for reachable_corners and nominal_trajectory are state variables, points, time; while in bounded_runs_iter(), the three dimensions for the return value are time, augmented state, min/max; finally, the return value of evol() has dimensions time, state variables.

Making these have the same ordering of dimensions will reduce the chance of making mistakes while passing arguments across functions, such as passing in a nominal trajectory to deviation() from evol(). Of course, we should wait until after the deadlines to make these changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions