You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While Resultset, introduced in #3705 , will improve the testing for cuGraph developers, breaking changes and bugs caused by Resultset are observed only by a failure from python tests within the traversal module. Coverage is needed to properly test Resultset, similar to how the Dataset API is tested within test_datasets.py.
This issue serves as a roadmap for fully incorporating Resultset into cuGraph's testing, along with suggested improvements for Resultset and Dataset, which are expected to have more in common in the future.
The content you are editing has changed. Please copy your edits and refresh the page.
While
Resultset
, introduced in #3705 , will improve the testing for cuGraph developers, breaking changes and bugs caused byResultset
are observed only by a failure from python tests within thetraversal
module. Coverage is needed to properly testResultset
, similar to how theDataset
API is tested withintest_datasets.py
.This issue serves as a roadmap for fully incorporating
Resultset
into cuGraph's testing, along with suggested improvements forResultset
andDataset
, which are expected to have more in common in the future.Tasks
The text was updated successfully, but these errors were encountered: