Closed ggebbie closed 3 years ago
problem NaN == NaN is false
replace """ isdry(z) = (z == dryval) """
with
isnan(dryval) ? isdry = isnan : isdry(z) = (z == dryval)
fixed in branch updatepkgs
updatepkgs
replace """ isdry(z) = (z == dryval) """
with
isnan(dryval) ? isdry = isnan : isdry(z) = (z == dryval)
fixed in branch
updatepkgs