Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Dec 11, 2023
1 parent f247071 commit 22667c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified submissions/EBeam_LukasChrostowski_MZI.oas
Binary file not shown.
4 changes: 2 additions & 2 deletions submissions/KLayout Python/EBeam_LukasChrostowski_MZI.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
zoom_out(cell)

# Verify
num_errors = layout_check(cell=cell, verbose=True, GUI=True)
print(num_errors)
num_errors = layout_check(cell=cell, verbose=False, GUI=True)
print('Number of errors: %s' % num_errors)

# Save
path = os.path.dirname(os.path.realpath(__file__))
Expand Down

0 comments on commit 22667c5

Please sign in to comment.