Skip to content
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

Double line spacing on Windows #4

Open
jeff-patterson34721 opened this issue Apr 6, 2021 · 1 comment
Open

Double line spacing on Windows #4

jeff-patterson34721 opened this issue Apr 6, 2021 · 1 comment

Comments

@jeff-patterson34721
Copy link

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.

@vincent-picaud
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants