INTO-CPS-Association/pyfmu

Make wrapper instantiate FMI slave with parameters from config

Closed this issue · 1 comments

Currently, the Fmi2Slave class also reads the config, which is messy, since it only exists when the project is exported.

It would make more sense for the wrapper to read the config and then instantiate the FMU with the appropriate keyword arguments.

This is no longer the case