don't attempt to set structure properties

This commit is contained in:
Jan Petykiewicz 2020-09-18 19:06:56 -07:00
parent c4dfd06a42
commit 64fbd08cac

View File

@ -127,7 +127,7 @@ def build(patterns: Union[Pattern, List[Pattern]],
structure = gdsii.structure.Structure(name=pat.name.encode('ASCII'))
lib.append(structure)
structure.properties = _annotations_to_properties(pat.annotations, 512)
# structure.properties = _annotations_to_properties(pat.annotations, 512)
structure += _shapes_to_elements(pat.shapes)
structure += _labels_to_texts(pat.labels)