Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix plot bug: do not overwrite the path used for plot
The plot function failed to recognize 'path' as part of the network due to the reuse of the 'path' variable. This led to errors when attempting to plot. Solution is to use a different name for the deepcopy of path elements used to record the propagation results 'propagated_path'. Signed-off-by: EstherLerouzic <[email protected]> Change-Id: I0351c37de0d74391ebeb68e974b777b1f51572aa
- Loading branch information