progpy icon indicating copy to clipboard operation
progpy copied to clipboard

The NASA Prognostic Python Packages is a Python framework focused on defining and building models and algorit for prognostics (computation of remaining useful life) of engineering systems, and provide...

Results 85 progpy issues
Sort by recently updated
recently updated
newest added

**Describe the bug** UnscentedKalmanFilter is currently unpickleable because of local function measure **To Reproduce** 1. Construct a UKF 2. Pickle ukf 3. See error **Notes** This came up in work...

bug
component:state estimators

Seems to mostly be working, but I do get this error on (I think) all of the tensorflow tests: ``` ====================================================================== ERROR: test_lstm_simple (tests.test_data_model.TestDataModel) ---------------------------------------------------------------------- Traceback (most recent call last):...

bug
components: data model
project: SWS

**Requirement Text** UTP should support 'first' event_strategy **Background Information** event_strategy specifies the strategy for stopping execution (e.g., first, all). At implementation, UTP only supports 'all' **DoD** - [ ] Implement...

enhancement

Update passthrough params to use the model index instead of making a copy of the model and remove models when calling super __setstate__ (avoids unnecessary model deep copy).