Closed haesleinhuepf closed 1 month ago
The function exclude_labels (defined in _tier3.py) has a paramter "list", which is a protected python type name. We should rename it to "label_image".
exclude_labels
Ah wait, it must be "flag_list" not label image.
To be solved later with re-work of the auto-generator and input/output special case management
shoudl be solved with:
The function
exclude_labels
(defined in _tier3.py) has a paramter "list", which is a protected python type name. We should rename it to "label_image".