Closed damonbayer closed 1 month ago
Attention: Patch coverage is 98.03922%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 93.96%. Comparing base (
145ced6
) to head (3206d05
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
pyrenew/arrayutils.py | 0.00% | 1 Missing :warning: |
pyrenew/deterministic/deterministic.py | 66.66% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
While a large amount of work went into implementing
SampledValue
, I ultimately think the codebase is better without it. We haven't been able to take advantage of it in any meaningful way, and it adds a lot of complexity and visual noise to the models. I'm open to reimplementing it (or something similar) on a subset of model components in the future, but attaching it everyRandomVariable
seems unwise.