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
Use Base.promote_op() instead of Base._return_type()
return_type() is kinda broken in v1.10, see:
JuliaLang/julia#52385
In any case Base.promote_op() is the official public API for this operation so
we should use it anyway.
0 commit comments