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
I saw the findmin and findmax are implemented using a1 < m || m!=m , which is targets the Float64 idiosyncrasies. In line with the proposed changes in min and max, the < should be replaced by isless for non-numeric types. Distinction by eltype(itr) required?
See https://discourse.julialang.org/t/max-x-t-y-t-and-min-must-be-commutative/5165.
The text was updated successfully, but these errors were encountered: