diff --git a/klayout/EBeam/gds/EBeam_Beta/pbs_1550_eskid.gds b/klayout/EBeam/gds/EBeam_Beta/pbs_1550_eskid.gds new file mode 100644 index 00000000..c50e186b Binary files /dev/null and b/klayout/EBeam/gds/EBeam_Beta/pbs_1550_eskid.gds differ diff --git a/klayout/EBeam/pymacros/tests/test_All_Library_Cells.py b/klayout/EBeam/pymacros/tests/test_All_Library_Cells.py index cff575c2..bd6c6232 100644 --- a/klayout/EBeam/pymacros/tests/test_All_Library_Cells.py +++ b/klayout/EBeam/pymacros/tests/test_All_Library_Cells.py @@ -38,7 +38,7 @@ def test_all_library_cells(): """ # Check if there are any errors - for cell_id in topcell.called_cells(): + for cell_id in topcell.each_child_cell(): c = ly.cell(cell_id) error_shapes = c.shapes(ly.error_layer()) for error in error_shapes.each():