ThummeTo / FMIExport.jl

FMIExport.jl is a free-to-use software library for the Julia programming language which allows for the export of FMUs (fmi-standard.org) from any Julia-Code. FMIExport.jl is completely integrated into FMI.jl.
MIT License
22 stars 3 forks source link

Need for testing outside of Julia #46

Open ThummeTo opened 3 months ago

ThummeTo commented 3 months ago

Exported FMUs need to be tested in a non-Julia process (for example a python process running FMPy). This needs to be integrated into the CI-Pipeline.