gaurav-arya / StochasticAD.jl

Research package for automatic differentiation of programs containing discrete randomness.
MIT License
198 stars 16 forks source link

Improvements to stochastic triple getters and setters #60

Closed gaurav-arya closed 1 year ago

gaurav-arya commented 1 year ago

Improvements and tests for internal functions for querying stochastic triples, in particular their type params.

codecov-commenter commented 1 year ago

Codecov Report

Base: 88.47% // Head: 89.69% // Increases project coverage by +1.22% :tada:

Coverage data is based on head (4416a37) compared to base (2babef8). Patch coverage: 100.00% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #60 +/- ## ========================================== + Coverage 88.47% 89.69% +1.22% ========================================== Files 9 9 Lines 451 456 +5 ========================================== + Hits 399 409 +10 + Misses 52 47 -5 ``` | [Impacted Files](https://codecov.io/gh/gaurav-arya/StochasticAD.jl/pull/60?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Gaurav+Arya) | Coverage Δ | | |---|---|---| | [src/stochastic\_triple.jl](https://codecov.io/gh/gaurav-arya/StochasticAD.jl/pull/60?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Gaurav+Arya#diff-c3JjL3N0b2NoYXN0aWNfdHJpcGxlLmps) | `76.11% <100.00%> (+1.92%)` | :arrow_up: | | [src/general\_rules.jl](https://codecov.io/gh/gaurav-arya/StochasticAD.jl/pull/60?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Gaurav+Arya#diff-c3JjL2dlbmVyYWxfcnVsZXMuamw=) | `92.78% <0.00%> (+5.15%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Gaurav+Arya). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Gaurav+Arya)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.