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

Added functions for getting FMU metadata #17

Merged
merged 6 commits into from
May 25, 2022

Commits on May 20, 2022

  1. Added functions for getting inp, out, state names

    sathvikbhagavan committed May 20, 2022
    Configuration menu
    Copy the full SHA
    875386a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. added tests for checking values

    sathvikbhagavan committed May 23, 2022
    Configuration menu
    Copy the full SHA
    1f00a9e View commit details
    Browse the repository at this point in the history
  2. changed fmi2GetVariableUnits to default nothing

    sathvikbhagavan committed May 23, 2022
    Configuration menu
    Copy the full SHA
    caf4793 View commit details
    Browse the repository at this point in the history
  3. updated fmi2GetVariableDescriptions

    sathvikbhagavan committed May 23, 2022
    Configuration menu
    Copy the full SHA
    9729616 View commit details
    Browse the repository at this point in the history
  4. returns dict instead of list of dict

    sathvikbhagavan committed May 23, 2022
    Configuration menu
    Copy the full SHA
    f520915 View commit details
    Browse the repository at this point in the history
  5. added tests for checking units and start values

    sathvikbhagavan committed May 23, 2022
    Configuration menu
    Copy the full SHA
    8c3ef89 View commit details
    Browse the repository at this point in the history