FMIImport.jl icon indicating copy to clipboard operation
FMIImport.jl copied to clipboard

FMIImport.jl implements the import functionalities of the FMI-standard (fmi-standard.org) for the Julia programming language. FMIImport.jl provides the foundation for the Julia packages FMI.jl and FMI...

Results 5 FMIImport.jl issues
Sort by recently updated
recently updated
newest added

The FMIImport-function fmi2SetDebugLogging can't be used to activate logging - the type of the last argument is ::Ptr{Nothing} which is at least not very intuitive to fill. Furthermore, the fmi2ModelDescription...

`fmi2StringToValueReference` has a type instability where it can return either a `UInt32` or a `Nothing` type result. This gives some impracticalities when for example broadcasting where you can get either...

- [ ] correct implementations of [fmi2GetStatus](https://github.com/ThummeTo/FMIImport.jl/blob/fc92b375a83cc42690ba3b5fd32d31ecac9f7567/src/FMI2_c.jl#L568) - [ ] same for `fmi2CompletedIntegratorStep!` - [ ] add Tests

See: https://github.com/ThummeTo/FMIImport.jl/blob/cc07f10094f8a12230550cd067318926b6bc3842/test/runtests.jl#L76 Can you please check why they fail @JoKircher ?