You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: