Christopher Schölzel

Results 19 comments of Christopher Schölzel

Another update for myself: After a bit of searching I, found [Kantelhardt et al. (2001)](https://doi.org/10.1016/S0378-4371(01)00144-3) which seems to include a decent explanation for at least some parts of the algorithm....

> @arun3688 @adeas31 I think the issue might be due to the official version of this package has not been updated maybe.. > > @CSchoel Could you try the code...

One additional note: Together with #32 one might get the impression that perhaps any `sendExpression()` call might freeze, but across several hundred test runs over the last months, I never...

Update: I gradually increased the timeout from 100 ms to 500 ms, but still got occasional hangups. My next best guess is this suggestion from a related issue in ZMQ.jl:...

Update can be found here: https://github.com/THM-MoTE/ModelicaScriptingTools.jl/issues/9 The solution avoids freezes, but ZMQ crashes with a `ZMQ.StateError`.

Another update: I have now improved the function `avoidStartupFreeze` to a point where it simply discards the whole OMCSession and creates a new one when a timeout is detected. ```julia...

@DarkVador42 you're welcome. I am happy that it could be of help to someone else. :smile: Is your error by any chance related to a `ZMQ.StateError`? This is the only...

Thanks for the hint, but this gives me the same error as when I use `pkg> add https://github.com/OpenModelica/OMJulia.jl` (which probably is just the same as your example anyway, just in...

Hi Ricardo. :wave: Unfortunately, I only occasionally have time to work on nolds, but good settings for the Lorenz system are one of my priorities for the path to version...