tudat-team / tudatpy

A Python platform to perform astrodynamics and space research.
https://tudat-space.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
29 stars 29 forks source link

Improved user messages and updated to new API for get_dependent_variable_shape #158

Closed alopezrivera closed 1 month ago

alopezrivera commented 1 month ago

IMPORTANT API change: create_dependent_variable_dictionary now takes:

New API:

def create_dependent_variable_dictionary(
        dynamics_simulator: numerical_simulation.SingleArcSimulator,
        bodies: numerical_simulation.environment.SystemOfBodies
    ) -> DependentVariableDictionary:
    ...

Summary