-
Notifications
You must be signed in to change notification settings - Fork 304
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
Allow adding data to PropertyGraph that already has indices set #3175
Allow adding data to PropertyGraph that already has indices set #3175
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-23.04 #3175 +/- ##
===============================================
Coverage ? 56.21%
===============================================
Files ? 153
Lines ? 9691
Branches ? 0
===============================================
Hits ? 5448
Misses ? 4243
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Removing |
/merge |
Allow indices to already be set when adding vertex data or edge data to [MG]PropertyGraph. Closes #3111.
I still need to update docstrings and should add a couple more tests.