Open
Description
A small annoyance but on Windows RunStan produces double spacing between each line
e.g.
method = sample (Default)
sample
num_samples = 1000 (Default)
num_warmup = 1000 (Default)
save_warmup = 0 (Default)
thin = 1 (Default)
...
I tried modifying RunStan with
If[verbose, Print[StringReplace[runprocessResult["StandardOutput"],"\n\n"->"\n"]]];
but no joy.
Metadata
Metadata
Assignees
Labels
No labels