Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
317: Address edge cases in cloud sampling r=szy21 a=szy21 When comparing random number with 1 - cloud fraction, we change the condition > to >= to address the edge case that cloud fraction is 1 but random number is 0. Co-authored-by: Zhaoyi Shen <[email protected]>
- Loading branch information