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

Composite Model function output #138

Open
2 tasks
teubert opened this issue Dec 20, 2023 · 0 comments
Open
2 tasks

Composite Model function output #138

teubert opened this issue Dec 20, 2023 · 0 comments
Labels
enhancement New feature or request project: SWS System Wide Safety Project

Comments

@teubert
Copy link
Contributor

teubert commented Dec 20, 2023

Requirement Text
The output of composite models' function elements should be a composite model output

Background Information
Composite models combine prognostic model (i.e., subclasses of PrognosticsModel) and functions (*args) -> output in some defined way. The outputs of the composite model are currently the outputs of all of the comprised prongostics models. The output (i.e., the return) of the function members only show up in the composite model state.

We need the function return (i.e., output) to be an output of the composite model for it to work in the state estimator

Suggested Solution
Adjust the code for the composite model function output to be registered as an output instead of a state.

DoD

  • Implement feature
  • Add tests
@teubert teubert added enhancement New feature or request project: SWS System Wide Safety Project labels Dec 20, 2023
@teubert teubert added this to the v1.7 milestone Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request project: SWS System Wide Safety Project
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant