Closed eddex closed 6 years ago
Hi eddex,
Yes, that should work correctly, True ^ g
would also work and may be easier to read, as it makes it clear it's a boolean operation.
If you want, feel free to open a PR with the fix, otherwise I can just commit to master
This is the output l get when running example.py with numpy 1.14.0:
As stated in the error message, the problem is located in segmentation_filters.py on line 27. When l change the line from this
to
it works. However l'm not sure if this is correct.