probmods / webppl-viz

Visualization for WebPPL
http://probmods.github.io/webppl-viz/
Other
14 stars 9 forks source link

viz.auto gives error "bar is not defined" #22

Closed dfilan closed 8 years ago

dfilan commented 8 years ago

The following code produces the error:

var myPrior = Enumerate(function(){
  return {favourite: uniformDraw(['apple', 'orange', 'pear'])};
});

viz.auto(myPrior);
longouyang commented 8 years ago

Fixed in eaac8c1 -- thanks!