﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5845	FMU export not creating UnitDefinitions section in ModelDescription.xml	Chad	Lennart Ochel	"See https://github.com/CATIA-Systems/FMPy/issues/113

When I export an FMU and then try to open it using FMPy, it gives me this warning:


{{{
Exception: The unit ""A"" of variable ""ground.p.i"" (line 100) is not defined.
}}}

Removing all the units from all the variables fixes this, or I can write my own UnitDefinitions section.  This should be a thing that automatically works.  If there won't be an imminent fix, I may write a python script that uses regular expressions to generate a list of all the units and then puts all the unique values in the UnitDescription section.  "	defect	closed	blocker	1.16.0	FMI		fixed	UnitDescription	
