Skip to content

Conversation

@torfjelde
Copy link
Member

At the moment _setval!(varinfo, chain) will fail because chain does not support element-wise string-indexing, e.g. "y[1]", but chain does support Symbol("y[1]"). Therefore I've just changed it to use symbol- instead of string-indexing.

@codecov
Copy link

codecov bot commented Apr 5, 2020

Codecov Report

Merging #59 into master will not change coverage by %.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #59   +/-   ##
=======================================
  Coverage   80.13%   80.13%           
=======================================
  Files          13       13           
  Lines         901      901           
=======================================
  Hits          722      722           
  Misses        179      179           
Impacted Files Coverage Δ
src/prob_macro.jl 92.45% <100.00%> (ø)

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 7624e0a...61e8adc. Read the comment docs.

@yebai yebai merged commit e0f68b5 into TuringLang:master Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants