grape.fault_diagnosis.FaultDiagnosis.delete_a_node

FaultDiagnosis.delete_a_node(node)[source]

Delete a node in the graph.

Parameters

node (str) – the id of the node to remove.

Warning

the node id must be contained in the graph. No check is done within this function.