nasa/progpy

Remove x=None requirement in future_loading

Opened this issue · 0 comments

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