gdsfactory / kfactory

gdsfactory with a klayout backend
https://gdsfactory.github.io/kfactory/
MIT License
31 stars 11 forks source link

typo in kcell.py #211

Closed gdspaul closed 10 months ago

gdspaul commented 10 months ago

Line 2023 of kcell.py in 0.9.3 looks like it has a typo (enclosure_mape). Also line 2030.

                if isinstance(layer_enclosures, LayerEnclosureModel):
                    layer_enclosures = LayerEnclosureModel(
                        enclosure_mape={
                            name: lenc.copy_to(self)
                            for name, lenc in layer_enclosures.enclosure_map.items()
                        }
                    )
sebastian-goeldi commented 10 months ago

thanks, should be fixed ;)