Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

alopezrivera
Copy link
Contributor

IMPORTANT API change: create_dependent_variable_dictionary now takes:

  • Dynamics simulator
  • Bodies

New API:

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

Summary

  • Improved logs for users
  • Solved bug due to get_dependent_variable_shape API change

@DominicDirkx DominicDirkx merged commit a25723c into develop Aug 5, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

2 participants