In this part of the dlr:
public dynamic CallFunction(string name, params object[] parameter)
{
var method = GetVariable(name);
return method(parameter);
}
The object array is passed to the python function as an array and not single parameter. This problem occured in Simplic.Logistics.