Closed teubert closed 4 months ago
Thank you for opening this PR. Each PR into dev requires a code review. For the code review, look at the following:
Attention: Patch coverage is 92.72727%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 83.40%. Comparing base (
0980f8c
) to head (fe8318d
). Report is 42 commits behind head on dev.
Files | Patch % | Lines |
---|---|---|
src/progpy/predictors/monte_carlo.py | 81.81% | 2 Missing :warning: |
src/progpy/prognostics_model.py | 84.61% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add a method of specifying a "strategy" for ending simulation and prediction. This is called the "event_strategy", and can be one of the following: 'first': Stop when the first event of the list is met 'all': Stop when all events in the list are met
Also added tests and added to tutorial.
Note: UTP is setup to only support 'all'. If you specify anything else, it will return an error. #150 opened to eventually add this functionality