|
DefineAdd(imgData.bitsPerBand)()), |
@leonardt I should be passing a definition here instead of an instance. However, I need to pass an instance so that the ports go in the right direction. On a definition, the in's have direction output and the outs have direction input. I know this is because this directionaly is for inside the definition, but what should I do here? Put in a hack where I just reverse directionality?
aetherling/tests/test_map.py
Line 41 in d6ce9d8
@leonardt I should be passing a definition here instead of an instance. However, I need to pass an instance so that the ports go in the right direction. On a definition, the in's have direction output and the outs have direction input. I know this is because this directionaly is for inside the definition, but what should I do here? Put in a hack where I just reverse directionality?