mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Fixed Python performance test.
This commit is contained in:
Vendored
+2
-2
@@ -1085,8 +1085,8 @@ class DBLayoutTest(unittest.TestCase):
|
||||
iy += 1
|
||||
ix += 1
|
||||
|
||||
# took forever:
|
||||
ly._destroy
|
||||
ly._destroy()
|
||||
|
||||
# run unit tests
|
||||
if __name__ == '__main__':
|
||||
suite = unittest.TestLoader().loadTestsFromTestCase(DBLayoutTest)
|
||||
|
||||
Reference in New Issue
Block a user