mirror of https://github.com/KLayout/klayout.git
Fixed Python performance test.
This commit is contained in:
parent
cc88277af9
commit
f038efa8be
|
|
@ -1085,8 +1085,8 @@ class DBLayoutTest(unittest.TestCase):
|
||||||
iy += 1
|
iy += 1
|
||||||
ix += 1
|
ix += 1
|
||||||
|
|
||||||
# took forever:
|
ly._destroy()
|
||||||
ly._destroy
|
|
||||||
# run unit tests
|
# run unit tests
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
suite = unittest.TestLoader().loadTestsFromTestCase(DBLayoutTest)
|
suite = unittest.TestLoader().loadTestsFromTestCase(DBLayoutTest)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue