You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 networkxedge-attribute between the function and its need.
The text was updated successfully, but these errors were encountered:
ankostis
changed the title
Modifier optional should apply on edges, not nodes
Allow a "need" to function selectively as "optional" on some functions
Sep 29, 2019
ankostis
changed the title
Allow a "need" to function selectively as "optional" on some functions
ENH: Allow a "need" to function selectively as "optional" on some functions
Sep 29, 2019
ankostis
changed the title
ENH: Allow a "need" to function selectively as "optional" on some functions
RFE: Allow a "need" to function selectively as "optional" on some functions
Sep 29, 2019
ankostis
added a commit
to ankostis/graphtik
that referenced
this issue
Sep 30, 2019
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 theoptional
modifier to translate to annetworkx
edge-attribute between the function and its need.The text was updated successfully, but these errors were encountered: