I am trying to pass parameter to, and execute, a function within the Python tool. It is actually a function within a function. this is a specialized IRR calculation (it differs from the built in Alteryx IRR calculation). The code was "converted" from a VB custom Excel function (works fine there)
What I don't know is how to properly execute the function. Seems like Alteryx makes an attempt before erroring out
A simplified version is attached