Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ctrl_bps
-
Labels:
-
Team:Data Facility
Description
Update ctrl_bps to work with newer version of networkx
Example error when trying to use version 2.4 instead of 2.3:
AttributeError: 'DiGraph' object has no attribute 'node'
A few places in code used a Graph Object method (G.node) that was marked as deprecated in version 2.1 and actually removed in version 2.4.