Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: Remove unnecessary graph_utils.py functions #99

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

nawtrey
Copy link
Collaborator

@nawtrey nawtrey commented Aug 9, 2024

  • Removes add_node_attribute and add_graph_attribute from graph_utils.py

  • Removes the associated test, test_add_attributes, from test_kda.py

* Removes `add_node_attribute` and
`add_graph_attribute` from `graph_utils.py`

* Removes the associated test from `test_kda.py`
@nawtrey
Copy link
Collaborator Author

nawtrey commented Aug 9, 2024

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.

@nawtrey nawtrey merged commit 4ad10fe into master Aug 9, 2024
6 checks passed
@nawtrey nawtrey deleted the remove_unused_attribute_functions branch August 9, 2024 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant