Skip to content

Add `align` argument to GraphGroup.create_graph and handle NaN's

This MR adds the align argument to GraphGroup.create_graph which is then passed on to GraphGroup.set_<node/edge>_property.

With this MR, missing (NaN) values in the node and edge data are automatically dropped (ignored).

Finally, the MR slightly improves the warning on changed node number in set_node_property.

Anything to double-check?

Don't think so.

Can this MR be accepted?

  • Implementation ready
  • Tests added or adjusted
  • Documentation extended or updated
  • Code quality
  • Ready for merging

Related issues

Edited by Utopia Developers

Merge request reports