NTNU-IHB / PythonFMU

A lightweight framework that enables the packaging of Python3.x code as co-simulation FMUs
MIT License
137 stars 38 forks source link

Fix uuid logic #172

Closed markaren closed 1 year ago

markaren commented 1 year ago

Fix all models created in the same process getting the same UUID

Closes #166