diff --git a/masque/file/gdsii.py b/masque/file/gdsii.py index a62e437..c2a15e3 100644 --- a/masque/file/gdsii.py +++ b/masque/file/gdsii.py @@ -53,7 +53,7 @@ def write(patterns: Pattern or List[Pattern], """ # Create library lib = gdsii.library.Library(version=600, - name='masque-write_dose2dtype'.encode('ASCII'), + name='masque-gdsii-write'.encode('ASCII'), logical_unit=logical_units_per_unit, physical_unit=meters_per_unit)