anaconda-graveyard / conda-concourse-ci

Conda-driven Concourse CI for package building
BSD 3-Clause "New" or "Revised" License
13 stars 29 forks source link

No idea when I made this change, but looks sane? #95

Closed mingwandroid closed 6 years ago

msarahan commented 6 years ago

The [:] was looping over a copy, so same net effect, but yours may be more efficient, depending on the size of the graph and the cost of appending to a list and the second loop.

I believe you made this change because NetworkX changed something about how copies can or can't be made. This is definitely fine to merge.