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

Expand node attribute types for graph-tool #64

Merged
merged 8 commits into from
Jan 28, 2022
Merged

Conversation

RMeli
Copy link
Owner

@RMeli RMeli commented Jan 27, 2022

Description

Fix #63. Add support for more types as node properties (including strings) with graph-tool. This allows to perform node matching using not only atomic numbers but also elements, atom types, ..., which is already the case for networkx.

TODO:

  • Change signature from atomicnums to atomprops (or similar)

Checklist

  • Tests
  • Changelog

@RMeli RMeli self-assigned this Jan 27, 2022
@codecov
Copy link

codecov bot commented Jan 27, 2022

Codecov Report

Merging #64 (de7b0d7) into develop (9be79d7) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@RMeli RMeli changed the title Node features gt Expand node attribute types for graph-tool Jan 28, 2022
@RMeli RMeli merged commit 2d2a6cd into develop Jan 28, 2022
@RMeli RMeli deleted the node-features-gt branch January 28, 2022 22:57
@RMeli RMeli mentioned this pull request Feb 23, 2022
3 tasks
@RMeli RMeli mentioned this pull request Feb 2, 2024
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.

Expand node attributes beyond atomic numbers for graph-tool
1 participant