lharri73 / PySimlink

Compile, run, and interact with Simulink models natively in Python. https://lharri73.github.io/PySimlink/
GNU General Public License v3.0
15 stars 4 forks source link

Update CI. Fix importing of c interface #2

Closed lharri73 closed 2 years ago

lharri73 commented 2 years ago

C interface now generates module with name unique to each simulink model. This allows for multiple different models to be run at the same time.