wolfe-pack / moro

Interactive documentation and programming with Scala, iPython notebook style.
http://wolfe-pack.github.io/moro
BSD 2-Clause "Simplified" License
19 stars 3 forks source link

Rerunning randomized code yields identical output #79

Open riedelcastro opened 9 years ago

riedelcastro commented 9 years ago

I have a couple of methods that sample structures (sentences, trees) etc., re-running these should give me different results, but they always identical unless I add whitespace to the editor and then re-run. I suppose there is some kind of caching going on?

sameersingh commented 9 years ago

There's a config for the cell saying "do not cache". Try it (might not work).

On Sun, Aug 23, 2015 at 10:02 AM, Sebastian Riedel <notifications@github.com

wrote:

I have a couple of methods that sample structures (sentences, trees) etc., re-running these should give me different results, but they always identical unless I add whitespace to the editor and then re-run. I suppose there is some kind of caching going on?

— Reply to this email directly or view it on GitHub https://github.com/wolfe-pack/moro/issues/79.

riedelcastro commented 9 years ago

This doesn't seem to work for me.