In case of multiple auxiliary parameters, I’d wrap them in a tuple or an object. Moreover, aux data is left in global scope of the worker processes. So, I guess it is fine as long as we are careful (until python supports constants) :)
In case of multiple auxiliary parameters, I’d wrap them in a tuple or an object. Moreover, aux data is left in global scope of the worker processes. So, I guess it is fine as long as we are careful (until python supports constants) :)
Written by