funkelab / gunpowder

A library to facilitate machine learning on multi-dimensional images.
https://funkelab.github.io/gunpowder/
MIT License
78 stars 56 forks source link

update node attribute storage and retrieval #139

Closed pattonw closed 3 years ago

pattonw commented 4 years ago

accessing node/edge attributes now directly accesses the underlying dictionary. This allows for in-place modification of Graph nodes since changes will be propagated back to the underlying nx graph