You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
visibility_mask =int(visibility_mask) if visibility_mask isnotNoneelse0
432
+
visibility_mask =int(visibility_mask) if visibility_mask isnotNoneelse(2**(sizeof(unsignedint) *8) -1)
433
433
if visibility_mask.bit_length() >self.traversable.context.num_bits_instances_visibility_mask:
434
434
raiseValueError(f"Too many entries in visibility mask. Got {visibility_mask.bit_length()} but supported are only {self.traversable.context.num_bits_instances_visibility_mask}")
0 commit comments