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

[BUG] PropertyGraph includes _WEIGHT_ property in edge_property_names #2410

Closed
rlratzel opened this issue Jul 14, 2022 · 1 comment · Fixed by #2419
Closed

[BUG] PropertyGraph includes _WEIGHT_ property in edge_property_names #2410

rlratzel opened this issue Jul 14, 2022 · 1 comment · Fixed by #2419
Assignees
Labels
bug Something isn't working
Milestone

Comments

@rlratzel
Copy link
Contributor

rlratzel commented Jul 14, 2022

The edge_property_names property in the MG PropertyGraph (and possibly the SG version) includes the internal _WEIGHT_ column name. All internal column names should be excluded from edge_property_names

@rlratzel rlratzel added bug Something isn't working ? - Needs Triage Need team to review and classify python labels Jul 14, 2022
@rlratzel rlratzel added this to the 22.08 milestone Jul 14, 2022
@rlratzel rlratzel self-assigned this Jul 14, 2022
@rlratzel
Copy link
Contributor Author

It turns out this is a side effect of calling extract_subgraph() with a default weight value specified but no weight property name before accessing edge_property_names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment