test: make work again
This commit is contained in:
parent
416f5aef69
commit
7b1d5af4d6
2
test.py
2
test.py
@ -38,7 +38,7 @@ for arg in sys.argv[1:]:
|
|||||||
coord = (coord[0] * lib.units_per_dbunit , coord[1] * lib.units_per_dbunit)
|
coord = (coord[0] * lib.units_per_dbunit , coord[1] * lib.units_per_dbunit)
|
||||||
|
|
||||||
bar = progress.bar.IncrementalBar("linking structure references")
|
bar = progress.bar.IncrementalBar("linking structure references")
|
||||||
lib.link_refs(callback)
|
lib.link_all_refs(callback)
|
||||||
|
|
||||||
except gds.ParserError as e:
|
except gds.ParserError as e:
|
||||||
print("parser error: {}".format(e))
|
print("parser error: {}".format(e))
|
||||||
|
Loading…
Reference in New Issue
Block a user