cscherrer / Soss.jl

Probabilistic programming via source rewriting
https://cscherrer.github.io/Soss.jl/stable/
MIT License
413 stars 30 forks source link

Scoping for local variables #260

Closed cscherrer closed 3 years ago

cscherrer commented 3 years ago

Fixes #253

codecov[bot] commented 3 years ago

Codecov Report

Merging #260 (222a880) into master (4c6f770) will increase coverage by 0.05%. The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #260      +/-   ##
==========================================
+ Coverage   27.57%   27.62%   +0.05%     
==========================================
  Files          50       50              
  Lines        1215     1227      +12     
==========================================
+ Hits          335      339       +4     
- Misses        880      888       +8     
Impacted Files Coverage Δ
src/core/dependencies.jl 92.30% <92.85%> (+6.59%) :arrow_up:
src/core/utils.jl 52.68% <0.00%> (-8.61%) :arrow_down:

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 4c6f770...222a880. Read the comment docs.

cscherrer commented 3 years ago

@thautwarm

thautwarm commented 3 years ago

Sorry. Now reviewing