generated from pyiron/pyiron_module_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently, the enumeration of nodes are done via node_index, and the ports in edges are represented via node.io.port, but node can contain _ and . (cf. this test), which makes parsing unnecessarily complicated. I would like to suggest to replace _ via % and . via @, meaning it's gonna be node%index and [email protected]. I don't really like how they look, but it's gonna make it significantly easier to parse.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels