hesim
hesim copied to clipboard
Add methods for piecewise exponential distributions
Devin,
As a start, here are some modest changes for piecewise exponential distributions.
Please shout out if anything is unclear.
Kindly, Mark.
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.72%. Comparing base (
e218e24) to head (2523781). Report is 35 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## main #137 +/- ##
==========================================
+ Coverage 92.51% 92.72% +0.20%
==========================================
Files 64 64
Lines 5544 6252 +708
==========================================
+ Hits 5129 5797 +668
- Misses 415 455 +40
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Devin: I have also added some casts in a number of integer comparisons to address some long-standing warnings.