NREL / BuildingMOTIF

Building Metadata OnTology Interoperability Framework (BuildingMOTIF)
https://buildingmotif.readthedocs.io/
Other
42 stars 6 forks source link

Fix autogeneration of templates #329

Closed gtfierro closed 2 weeks ago

gtfierro commented 2 weeks ago

When generating templates in the validation code, it may be the case that we generate templates with the same name. This patches that behavior specifically for the validation code by adding an incrementing integer when the GraphDiff implementations attempt to add a template to a library

gtfierro commented 2 weeks ago

Thanks!