call to subset() should be recursive
This commit is contained in:
parent
40cd9903f6
commit
f015e1e1c1
@ -53,6 +53,7 @@ def prepare_cell(
|
||||
shapes_func=lambda ss: ss.layer == layer,
|
||||
labels_func=lambda ll: ll.layer in label_layers,
|
||||
subpatterns_func=lambda ss: True,
|
||||
recursive=True,
|
||||
)
|
||||
|
||||
flat = subset.flatten()
|
||||
|
Loading…
Reference in New Issue
Block a user