nasa / progpy

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 provides a set of models and algorithms for select components developed within this framework, suitable for use in prognostic applications.
https://nasa.github.io/progpy/
Other
52 stars 7 forks source link

Adding serialization example #107

Closed kjjarvis closed 10 months ago

kjjarvis commented 10 months ago

Adding serialization example to 04. New Models; including conclusion for entire New Models example.

Also deleted the default process_noise defined as 1e-03 in the BatteryElectroChemEOD model. Since this was first defined, we have added a default process_noise of 0 for all prognostics models, so this was outdated.

codecov-commenter commented 10 months ago

Codecov Report

Merging #107 (cb27026) into dev (ac51178) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #107   +/-   ##
=======================================
  Coverage   83.54%   83.54%           
=======================================
  Files         100      100           
  Lines       10281    10281           
=======================================
  Hits         8589     8589           
  Misses       1692     1692           
Files Coverage Δ
src/progpy/models/battery_electrochem.py 79.16% <ø> (ø)