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
55 stars 8 forks source link

Feature/gaussian seed #91

Closed teubert closed 12 months ago

teubert commented 1 year ago

Extends Gaussian Load wrapper to allow specification of a "seed" for the random number generator. This is important for repeatability.

github-actions[bot] commented 1 year ago

Thank you for opening this PR. Each PR into dev requires a code review. For the code review, look at the following:

codecov-commenter commented 1 year ago

Codecov Report

Merging #91 (fcc176b) into dev (f20aa05) will decrease coverage by 0.01%. The diff coverage is 33.33%.

@@            Coverage Diff             @@
##              dev      #91      +/-   ##
==========================================
- Coverage   84.23%   84.22%   -0.01%     
==========================================
  Files          99       99              
  Lines       10178    10179       +1     
==========================================
  Hits         8573     8573              
- Misses       1605     1606       +1     
Files Changed Coverage Δ
src/progpy/loading/gaussian_wrapper.py 41.66% <33.33%> (-3.79%) :arrow_down: