Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boolean operation error #5

Open
vafaei-ar opened this issue Jul 4, 2017 · 2 comments
Open

Boolean operation error #5

vafaei-ar opened this issue Jul 4, 2017 · 2 comments

Comments

@vafaei-ar
Copy link

Dear developers;

I found out that there is an inconsistency between your package and newer version of numpy, so I've correct it as below way:

sum_threshold.py: line 189:

dilated_mask = binary_mask_dilation(dilated_mask - mask, **di_kwargs)

    dilated_mask = binary_mask_dilation(np.logical_xor(dilated_mask, mask), **di_kwargs)
@jakeret
Copy link
Collaborator

jakeret commented Jul 4, 2017

Sweet. Could you send me a Pull Request that I can merge into the codebase?

@vafaei-ar
Copy link
Author

It's done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants