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
Update prognostics model so future loading profiles dont need x=None
Background Information
Currently, simulate_to_threshold calls the future loading function with no state to initialize, if state hasn't been provided. This is because model.initialize() is a function of input and output.
Suggested Solution
Unsure- we might consider eliminating this structure for initialize
DoD
Implement change
Update examples
Update tutorial
Update tests
Update docs
Add to release notes
The text was updated successfully, but these errors were encountered:
Requirement Text
Update prognostics model so future loading profiles dont need x=None
Background Information
Currently, simulate_to_threshold calls the future loading function with no state to initialize, if state hasn't been provided. This is because model.initialize() is a function of input and output.
Suggested Solution
Unsure- we might consider eliminating this structure for initialize
DoD
The text was updated successfully, but these errors were encountered: