remove extra polygonize
This commit is contained in:
parent
542da868c9
commit
2c159f2798
1 changed files with 0 additions and 3 deletions
|
|
@ -45,9 +45,6 @@ def write_dose2dtype(pattern: Pattern,
|
|||
logical_unit=1,
|
||||
physical_unit=meters_per_unit)
|
||||
|
||||
# Polygonize pattern
|
||||
pattern.polygonize()
|
||||
|
||||
# Get a dict of id(pattern) -> pattern
|
||||
patterns_by_id = {**(pattern.referenced_patterns_by_id()), id(pattern): pattern}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue