call to subset() should be recursive

performance_testing
Jan Petykiewicz 2 years ago
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…
Cancel
Save