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

fix string attribute read #1220

Merged
merged 1 commit into from
May 24, 2024
Merged

Conversation

bernlu
Copy link
Contributor

@bernlu bernlu commented May 14, 2024

fixes #1187 for std::string (note: this implementation still does not support strings that contain \n!)

vector types are not supported yet; this will require more complex changes (like adding a serialization library).
Fixing the string bug is higher priority though, because string attributes are available in python as well, while vector types are not.

@fabratu fabratu added the bug label May 17, 2024
@bernlu bernlu force-pushed the fix/attribute-read-string branch from 2fe0243 to e127175 Compare May 21, 2024 07:56
@bernlu bernlu force-pushed the fix/attribute-read-string branch from e127175 to d6f6c10 Compare May 23, 2024 12:41
@fabratu fabratu merged commit de2ae3e into networkit:master May 24, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Node/Edge Attribute read & write inconsistencies
2 participants