I am receiving this error after running a long script that generates a large layout. I am running the script using an external python environment, using "import pya". The error fortunately occurs after I save my layout, upon completion of the script. I have seen it come and go for the ...
Here's my little python script I used import klayout.db as kdb from time import time l = kdb.Layout() l.read("debug_merge_8.gds") reg = kdb.Region(l.top_cell().begin_shapes_rec(l.layer(20000, 0))) reg_merged = kdb.Region() t1 = time() reg_merged2 = reg.merged() t2 ...
Problem building a layer tree with "add_child" (Ruby/Python) * Bugfix: %GITHUB%/issues/463 Configuring a layer color with a group node was not effective over multiple levels of hierarchy * Enhancement: %GITHUB%/issues/462 MOS transistor gate figures can be more generic now, e.g...
an invalid index in Ruby or Python * Bugfix: %GITHUB%/issues/464 Problem building a layer tree with "add_child" (Ruby/Python) * Bugfix: %GITHUB%/issues/463 Configuring a layer color with a group node was not effective over multiple levels of hierarchy * Enhancement: %GITHUB%/...