mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Issue 1097 (#1148)
* [CONSIDER MERGING] Clarification and typo fixed in DRC doc. * Implemented #1097 (discourage file compression, use CBLOCK) * A warning is printed if file compression is enabled on OASIS * A hint is present in the writer options * CBLOCK is default (with fresh config) and for buddy tools (use --cblock=false to disable it) * Strict mode is default too. * Updated tests
This commit is contained in:
Vendored
+5
-1
@@ -1122,7 +1122,11 @@ class DBLayoutTest(unittest.TestCase):
|
||||
shape.set_property("42", "the answer")
|
||||
|
||||
ly.write(file_gds)
|
||||
ly.write(file_oas)
|
||||
|
||||
opt = pya.SaveLayoutOptions()
|
||||
opt.format = "OASIS"
|
||||
opt.oasis_strict_mode = False
|
||||
ly.write(file_oas, opt)
|
||||
|
||||
ly2 = pya.Layout()
|
||||
ly2.read(file_gds)
|
||||
|
||||
Reference in New Issue
Block a user