ilastik/lazyflow

OperatorWrapper __init__ signature needs to be fixed.

Closed this issue · 1 comments

Instead of OperatorWrapper( SomeOp(x,y,z) ), it should be something like OperatorWrapper( SomeOp, (x,y,z) )

This API change was made in d160e77 and e72078a