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
{{ message }}
This repository was archived by the owner on Dec 12, 2023. It is now read-only.
In the add_type_conversion method of GraphConversionManager on line 124 of color_conversions.py there is a call to networkx add_edge that does not work in the new version 2.0. This can be fixed by modifying the function as follows:
In the add_type_conversion method of GraphConversionManager on line 124 of color_conversions.py there is a call to networkx
add_edgethat does not work in the new version 2.0. This can be fixed by modifying the function as follows: