-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
weave seems to hang at one point for me #53
Comments
The issue seems to be related to time required for evaluation. If I change the number of bootstrap replicates from 100,000 to 1,000 in the call to |
Thanks for letting me know and sorry for not being more responsive. I'll look into it when I find some time. |
The issue seems to be related to using term true which causes the whole result to be displayed. Printing out the result is clearly a bug as the semicolon doesn't suppress output. When I remove Also Weave hanging when a chunk produces too much output is a bug which I need investigate further. |
The bug for semicolons in |
I am using Weave version 0.1.2 under Julia 0.5.0 to generate documentation for the
MixedModels
package. The filedocs/src/man/bootstrap.jmd
is the source. If I run the chunks separately, it takes about 8 seconds to execute chunk 7. When I try to weave the file it hangs at chunk 7, the call tobootstrap!
.The text was updated successfully, but these errors were encountered: