sits.mask is bool or float tensor ?
Here, I do not understand if sits.mask is a bool tensor or a float tensor. It is assigned with float values, but latter on, I saw usage of ~mask
. I do not know the expected behaviour of this if mask is a tensor of float.