ndexbio / ndex2-client

NDEx2 Client
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

NiceCXNetwork.get_nodes(), NiceCXNetwork.get_edges(), NiceCXNetwork.get_metadata() needs to make correct iterator call in Python 2 #44

Closed coleslaw481 closed 5 years ago

coleslaw481 commented 5 years ago

NiceCXNetwork.get_nodes(), NiceCXNetwork.get_edges(), and NiceCXNetwork.get_metadata() needs to return iteritems() in Python 2 instead of items() which makes a copy of the data

coleslaw481 commented 5 years ago

Fixed in chrisdev3.1.0 branch