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

different results on Windows and Linux #85

Open
Gkreindler opened this issue Sep 24, 2023 · 1 comment
Open

different results on Windows and Linux #85

Gkreindler opened this issue Sep 24, 2023 · 1 comment

Comments

@Gkreindler
Copy link

I am preparing a replication package for an academic publication and found an issue that my code would give different results on Windows and Unix server. I tracked it down to using Loess. I don't have time now to prepare a MWE but wanted to share the info here in case it's useful.

On both machines, I was using

  • Julia 1.9.2.
  • package version ⌃ [4345ca2d] Loess v0.6.1 (I realize that this may not be the latest)
  • I was setting Random.seed!(123) some time before LOESS

In my case, I replaced the loess code with the function from here, which solved my problem.
https://discourse.julialang.org/t/smoothing-noisy-data-using-moving-mean/65329/7

@andreasnoack
Copy link
Member

Would be useful to know if this still happens with the latest version. My guess it that it does. We'd need a reproducer to make progress here, though.

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