-
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
Fix C++ Bugs in Graph Creation with Edge Properties #3093
Fix C++ Bugs in Graph Creation with Edge Properties #3093
Conversation
Codecov ReportBase: 57.60% // Head: 57.40% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #3093 +/- ##
================================================
- Coverage 57.60% 57.40% -0.20%
================================================
Files 147 147
Lines 9227 9227
================================================
- Hits 5315 5297 -18
- Misses 3912 3930 +18
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. |
I'll revert the changes to |
@ChuckHastings I reverted |
/merge |
rerun tests |
/merge |
There are currently two bugs in graph creation with edge properties, which this PR resolves.
Closes https://github.com/rapidsai/graph_dl/issues/106