Skip to content

Commit

Permalink
Update test_scripts_layout_diff.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Nov 4, 2024
1 parent 0e2669a commit f2cb25c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,10 @@ def test_layout_diff():
print(num_diff)
assert num_diff == 123


cell3 = cell1.dup()
num_diff = layout_diff(cell1, cell3)
print(num_diff)
assert num_diff == 0




if __name__ == "__main__":
test_layout_diff()

0 comments on commit f2cb25c

Please sign in to comment.