mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-08 04:08:14 +02:00
Implemented warn_level for all readers so warnings can be turned off
This commit is contained in:
Vendored
+5
@@ -29,6 +29,11 @@ class DBReaders_TestClass < TestBase
|
||||
def test_common_options
|
||||
|
||||
opt = RBA::LoadLayoutOptions::new
|
||||
|
||||
assert_equal(opt.warn_level, 1)
|
||||
opt.warn_level = 2
|
||||
assert_equal(opt.warn_level, 2)
|
||||
|
||||
lm = RBA::LayerMap::new
|
||||
lm.map(RBA::LayerInfo::new(1, 0), 2, RBA::LayerInfo::new(42, 17))
|
||||
opt.set_layer_map(lm, true)
|
||||
|
||||
Reference in New Issue
Block a user