INTO-CPS-Association / unifmu

A universal mechanism for implementing Functional Mock-up Units (FMUs) in various languages
41 stars 4 forks source link

model.py variables do not match modelDescription.xml in FMI3 FMUs #64

Open mkolind opened 1 month ago

mkolind commented 1 month ago

The variables in the python based FMI3 FMUs do not comply with the latest FMI3 standard. While the modelDescription.xml has been updated to the new standard, the model.py file still contains outdated variables such as real_a and integer_b. The methods appear to have been updated.

image

image