ndexbio / ndex2-client

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

NiceCXNetwork.set_node_attribute() fails if node object passed to it #42

Closed coleslaw481 closed 5 years ago

coleslaw481 commented 5 years ago

https://ndexbio.atlassian.net/browse/NPC-35

The documentation for ndex2 says set_node_attribute() can take a node id or node object. This is not the case, if a node is passed into set_node_attribute() the following error is raised:

TypeError: unhashable type: 'dict'
coleslaw481 commented 5 years ago

Fixed in commit