Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Broadcasting warning in v0.13.0+ #892

Closed
slyles1001 opened this issue May 29, 2018 · 5 comments
Closed

Broadcasting warning in v0.13.0+ #892

slyles1001 opened this issue May 29, 2018 · 5 comments
Assignees

Comments

@slyles1001
Copy link
Contributor

Many instances of broadcast warnings generated in test:

Warning: using A[I...] = x to implicitly broadcast x across many locations is deprecated. Use A[I...] .= x instead.

@sbromberger
Copy link
Owner

Primarily in graphmatrices.jl. Paging @jpfairbanks :)

@sbromberger
Copy link
Owner

Ooh, I take that back. It's all over the place.

@slyles1001
Copy link
Contributor Author

There are errors in Randgraphs, but I think they're in StatsBase -- it won't build so I'm not including that here.

@sbromberger
Copy link
Owner

I fixed these by eliminating StatsBase as a dependency - the only thing we were using was std and we were comparing to 0, so it was a straightforward substitution.

@sbromberger
Copy link
Owner

Closed via #895.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants