ThummeTo
ThummeTo
Thanks for noticing. Examples are executed on the server and plots are generated and embedded... looks like there is something wrong with that pipeline now... Interestingly, the execution of the...
Thanks! The idea was to store the examples at a dedicated branch "examples", so the automatic pipeline does not commit to the "main" branch everytime it runs.
- [x] Fix Documenter (affects all examples) @0815Creeper - [ ] update examples to v0.13.0 @ThummeTo (mark outdated as "outdated") - [x] allow for GIFs (affects JuliaCon example) @0815Creeper
@0815Creeper This is excellent, [see](https://thummeto.github.io/FMIFlux.jl/dev/examples/juliacon_2023/)!
Yep, the next patch includes this because I need to train on such an FMU :-) Further, you can optionally pass a discrete state (this is not part of FMI,...
You are correct. We can totally discuss this. The `success` comes from the numerical integrator, this is the behavior for most ODE-libraries I know. `success=true` means there where no issues...
For CS, I think we should just track the return codes of `fmi2XDoStep`, if there is a `!= fmiXStatusOK` then we will put `success=false` I think. Yep, the library tree...
Yep, I see. We will refactor that part anyway (there is currently function wrapping implemented, which is not the Julia way in a world with multiple dispatch). It's on the...
This should not occur anymore, please reopen if this is not true ;-)
Dear @acxz, happy to hear that you like the library! Having a nice graphical user interface is always a win - but also a bunch of work :-D I am...