graphkit icon indicating copy to clipboard operation
graphkit copied to clipboard

RFE: Allow a "need" to function selectively as "optional" on some functions

Open ankostis opened this issue 6 years ago • 1 comments

An optional argument for some function may be compulsory for another function. As currently implemented, optional inputs are defined once, and on the data node, affecting all functions "needing" them (if data-node eventually overwritten, that is).

Diving into the networkx internals, an obvious change would for the optional modifier to translate to an networkx edge-attribute between the function and its need.

ankostis avatar Sep 29 '19 16:09 ankostis

Invalid issue. Has confused idea how the project worked. (related though to #22-2.2)

ankostis avatar Oct 05 '19 11:10 ankostis