ThummeTo

Results 103 comments of ThummeTo

There are some tests in FMISensitivity.jl that you can check out: [FMISensitivity tests](https://github.com/ThummeTo/FMISensitivity.jl/blob/main/test/jacobians_gradients.jl) (here, we compare many gradients to ground truth gradients)

Thanks for the info. I would totally agree on switching to an implementation with complex output, but it should work with at least ForwardDiff, ReverseDiff and Zygote. Can you please...

Exactly, FMI-standard itself has no feature for this, and FMI.jl will provide a feature for that (in the near future). It's only a little thing to implement it so we...

We already have some code on that topic, and try to include this soon :)

this throws a warning now in #132 but parsing is not supported yet. However, implementing arrays/vectors/tensors requires additional changes to FMICore. We should do that as part of a dedicated...

[see FMI.jl issue](https://github.com/ThummeTo/FMI.jl/issues/257)

Good, that you already have a hot trace! A good FMU prints a helpful error message, when returning `fmi2StateError`. You can enable displaying logs from the FMU [as explained here](https://thummeto.github.io/FMI.jl/dev/features/#Debugging-/-Logging)...

Is this actually an issue with FMICore? Or isn't it more like a general thing when using pointers in Julia? One could argue that if the user uses pointers directly...