Closed joefutrelle closed 8 years ago
If I cast bd
to np.bool
it works, but the numpy documentation for bitwise_or
says:
Only integer and boolean types are handled.
Isn't np.uint8
an integer type?
I think bitwise_or
is the wrong operator and that I need logical_or
instead.
hysthresh is failing under my test harness in a way it wasn't before. I believe the primary difference about my test environment is that I'm running Xenial instead of Trusty.