call to subset() should be recursive
This commit is contained in:
parent
40cd9903f6
commit
f015e1e1c1
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ def prepare_cell(
|
||||||
shapes_func=lambda ss: ss.layer == layer,
|
shapes_func=lambda ss: ss.layer == layer,
|
||||||
labels_func=lambda ll: ll.layer in label_layers,
|
labels_func=lambda ll: ll.layer in label_layers,
|
||||||
subpatterns_func=lambda ss: True,
|
subpatterns_func=lambda ss: True,
|
||||||
|
recursive=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
flat = subset.flatten()
|
flat = subset.flatten()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue