Closed nawtrey closed 3 months ago
Removes add_node_attribute and add_graph_attribute from graph_utils.py
add_node_attribute
add_graph_attribute
graph_utils.py
Removes the associated test, test_add_attributes, from test_kda.py
test_add_attributes
test_kda.py
These functions are being removed because they don't add any functionality really, they just change the API for assigning attributes.
Tests are passing, docs look good, codecov is unchanged. Merging.
Removes
add_node_attribute
andadd_graph_attribute
fromgraph_utils.py
Removes the associated test,
test_add_attributes
, fromtest_kda.py