rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.76k stars 304 forks source link

Fix improper initialization of degree_type #4755

Closed ChuckHastings closed 1 week ago

ChuckHastings commented 1 week ago

Closes #4734

Variable degree_type was being improperly initialized from its uninitialized self rather than from degree_type_.

ChuckHastings commented 1 week ago

/merge