don't attempt to set structure properties
This commit is contained in:
parent
c4dfd06a42
commit
64fbd08cac
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user