When running the tutorial of MAGNETS in Section 2.2. the skeletonization seems to be working properly.
However, when running the following cell, the one of visualization I'm getting (iteratively) the following two errors.
TypeError: draw_nodes() got an unexpected keyword argument 'node_border_width'TypeError: draw_nodes() got an unexpected keyword argument 'node_border_color'
These are related to model.draw_nodes() where model is an object of viswaternet created using vis.VisWNModel(inp)
Hello,
When running the tutorial of MAGNETS in Section 2.2. the skeletonization seems to be working properly. However, when running the following cell, the one of visualization I'm getting (iteratively) the following two errors.
TypeError: draw_nodes() got an unexpected keyword argument 'node_border_width' TypeError: draw_nodes() got an unexpected keyword argument 'node_border_color'
These are related to model.draw_nodes() where model is an object of viswaternet created using vis.VisWNModel(inp)
Best regards, Mario CG