mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 09:20:45 +02:00
Basic implementation of 'resolve skew aref' feature
This commit is contained in:
Vendored
+5
@@ -64,6 +64,11 @@ class DBReadersTests(unittest.TestCase):
|
||||
opt.gds2_allow_multi_xy_records = False
|
||||
self.assertEqual(opt.gds2_allow_multi_xy_records, False)
|
||||
|
||||
opt.gds2_resolve_skew_arrays = True
|
||||
self.assertEqual(opt.gds2_resolve_skew_arrays, True)
|
||||
opt.gds2_resolve_skew_arrays = False
|
||||
self.assertEqual(opt.gds2_resolve_skew_arrays, False)
|
||||
|
||||
opt.gds2_allow_big_records = True
|
||||
self.assertEqual(opt.gds2_allow_big_records, True)
|
||||
opt.gds2_allow_big_records = False
|
||||
|
||||
Reference in New Issue
Block a user