MathematicaStan
MathematicaStan copied to clipboard
Double line spacing on Windows
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.
I am so sorry Jeff, I missed your message, I am just discovering it now. Did you try something like "\r\n\r\n" instead of "\n\n" ? If it does not solve the problem I am a little bit stuck as I only have access to Linux OS.