Skip to content

F_Python with complex output: we have to use 'item' instead of 'out' when output is a list

Nicolas Marsic requested to merge PythonBugFixComplexValue into master

When using a Python[] function, the python variable 'output' can be a list. In this case, there is a small typo in F_Python (damn you copy-past?), and the code failed with list of complex numbers. I think it works now :-).

Merge request reports