Skip to content

Commit

Permalink
Merge pull request #295 from AndrazDebevc/master
Browse files Browse the repository at this point in the history
submission of the pbs_1550_eskid
  • Loading branch information
lukasc-ubc authored Sep 10, 2024
2 parents ec041d3 + 5e51fc2 commit ef00bb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added klayout/EBeam/gds/EBeam_Beta/pbs_1550_eskid.gds
Binary file not shown.
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/tests/test_All_Library_Cells.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit ef00bb5

Please sign in to comment.