cellassign
cellassign copied to clipboard
Change initialization of delta
Delta currently initializes to [log(min_delta), 2], which will break if log(min_delta) >= 2.
Plan to change to [log(min_delta), log(min_delta) + c] for some c (2?), but need to check log(min_delta) +c isn't too large as will get overflow