MathematicaStan icon indicating copy to clipboard operation
MathematicaStan copied to clipboard

Double line spacing on Windows

Open jeff-patterson34721 opened this issue 3 years ago • 1 comments

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.

jeff-patterson34721 avatar Apr 06 '21 17:04 jeff-patterson34721

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.

vincent-picaud avatar Jun 04 '21 10:06 vincent-picaud