Closed ChrisRackauckas closed 5 years ago
This looks similar to #37, are you using the latest tagged version?
If yes, and the error still persists, I will try to help you narrow it down.
Yup, seeing it on v1.0.3 and it's the same project @simonbyrne was working on. It seems to have fixed it in some cases, but not others. Curiously, I haven't seen it on Linux but do see it on Windows (both 64-bit), but that correlation might be a fluke since it's different computers as well.
I have a hunch, can you please try ~#38~ #39?
I would love to follow up on this, but I need some code I can run.
https://github.com/JuliaDiffEq/DiffEqBayes.jl/blob/master/test/dynamicHMC.jl is pretty much an MWE.
thanks, that's on my agenda but I thought that was a different issue
I think this is fixed by fixing that MWE according to
https://github.com/JuliaDiffEq/DiffEqBayes.jl/issues/63#issuecomment-521211764
Will keep this open to remind me to make that PR.
I think this is closed (commenting in the issue above).
I'm having a hard time getting an MWE because right now it's inside of a private repo and the result is different on every run, but the setup is like this. It's a Bayesian estimation of some ODE system, with
Random.seed!(1)
before the call. However, Travis, my laptop, and my workstation all give different results. Somehow, Travis passes tests (yay!), my laptop runs but is slightly off on one parameter, while my workstation fails with the error pasted below. It seems to be tied to different steps being taken, and I'm not sure entirely what would cause it.