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

Feat/context/time #739

Merged
merged 13 commits into from
Mar 22, 2018
Merged

Feat/context/time #739

merged 13 commits into from
Mar 22, 2018

Commits on Mar 20, 2018

  1. -

    jdcpni committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    7714d76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b757de View commit details
    Browse the repository at this point in the history
  3. • Mechanism

      - removed region/endregion annotations
    jdcpni committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    acc8952 View commit details
    Browse the repository at this point in the history
  4. • Mechanism

      - removed region/endregion annotations
    
    • Projection
      - _execute now calls super()
    
    • States
      - all subclasses now call super()_execute rather than function directly
        (so that increment_execution_count and current_execution_time
         can be called on Component)
    
    • Log
      _get_time: now gets system directly from ref_mech.context.composition
    jdcpni committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    26b0eaf View commit details
    Browse the repository at this point in the history
  5. -

    jdcpni committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    4063e74 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. • Mechanism

      - renamed _params_dict to attributes_dict
    jdcpni committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    ca30218 View commit details
    Browse the repository at this point in the history
  2. • Component

      - current_execution_time: implemented
      - _update_current_execution_time(): implemented
    
    • Mechanism
      attributes_dict:  added EXECUTION_TIME
    jdcpni committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    4183d7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97e01dc View commit details
    Browse the repository at this point in the history
  4. • Component

      - docstring revs to user_params,
        and added execution_count and current_execution_time
    jdcpni committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    a48d172 View commit details
    Browse the repository at this point in the history
  5. • Component

      - docstring revs to user_params,
        and added execution_count and current_execution_time
    
    • Mechanism
      - docstring revs added attribute_dict
    jdcpni committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    c152ccd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcd690d View commit details
    Browse the repository at this point in the history
  7. -

    jdcpni committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    0ef01d2 View commit details
    Browse the repository at this point in the history
  8. -

    jdcpni committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    2a5930d View commit details
    Browse the repository at this point in the history