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'm more surprised that map(value, g) works here, actually. The following method is in OnlineStatsBase, so OnlineStats opt out of the broadcast stuff:
Broadcast.broadcastable(o::OnlineStat) =Ref(o)
According to git blame, I apparently accepted a PR from someone 4 years ago (!) that added it. I don't know the reason, but there must have been one for adding it. At this point I think it's too breaking to remove it.
this was a little unexpected to me, as ordinarily
foo.(x)
is equivalent tomap(foo, x)
The text was updated successfully, but these errors were encountered: