mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Fixed unit tests.
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ class DBLayoutToNetlistTests(unittest.TestCase):
|
||||
|
||||
lvs = pya.LayoutVsSchematic()
|
||||
|
||||
infile = os.path.join(ut_testsrc, "testdata", "algo", "lvs_test1b_au.lvsdb")
|
||||
infile = os.path.join(ut_testsrc, "testdata", "algo", "lvsdb_read_test.lvsdb")
|
||||
lvs.read(infile)
|
||||
|
||||
tmp = os.path.join(ut_testtmp, "tmp.lvsdb")
|
||||
|
||||
Reference in New Issue
Block a user