stripe / rainier

Bayesian inference in Scala.
https://rainier.fit
Apache License 2.0
432 stars 51 forks source link

BoundsViz #450

Closed avibryant closed 4 years ago

avibryant commented 4 years ago

Adds a BoundsViz by hacking up RealViz. Also fixes a Bounds math edge case, and fixes Tracer to compile again.

codecov-io commented 4 years ago

Codecov Report

Merging #450 into 0.3-dev will decrease coverage by 0.42%. The diff coverage is 21.73%.

Impacted file tree graph

@@             Coverage Diff             @@
##           0.3-dev     #450      +/-   ##
===========================================
- Coverage    50.67%   50.25%   -0.43%     
===========================================
  Files           75       76       +1     
  Lines         2885     2943      +58     
  Branches       189      174      -15     
===========================================
+ Hits          1462     1479      +17     
- Misses        1423     1464      +41
Impacted Files Coverage Δ
...rc/main/scala/com/stripe/rainier/ir/GraphViz.scala 0% <0%> (ø) :arrow_up:
...n/scala/com/stripe/rainier/compute/BoundsViz.scala 0% <0%> (ø)
...main/scala/com/stripe/rainier/compute/Target.scala 89.88% <0%> (+1.25%) :arrow_up:
...ain/scala/com/stripe/rainier/compute/RealViz.scala 0% <0%> (ø) :arrow_up:
...c/main/scala/com/stripe/rainier/compute/Real.scala 87.5% <100%> (+1.01%) :arrow_up:
...main/scala/com/stripe/rainier/compute/Bounds.scala 84.93% <100%> (+11.01%) :arrow_up:
...src/main/scala/com/stripe/rainier/log/Logger.scala 38.09% <0%> (+4.76%) :arrow_up:
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 19c9fbe...a595302. Read the comment docs.