Closed DKandrew closed 3 years ago
Indeed, although providing a list as parameter is not recommended in Python, the signature's parameters are extracted splitting on the coma.
It is also the case for a dict as parameter or even a string containing comas.
This issue is fixed in PR #96
Here is the function header generated by pyment
I give an default value of the outlier_rgb = [1,0,0]. But it seems like pyment did not recognize it and create two additional param for me.