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
The goal is to ensure the cugraph-nx implementations work as part of the NetworkX API via the dispatching mechanism and are drop-in compatible.
Update the CI scripts to install the native NetworkX unit tests (ie. the actual unit tests included in the NetworkX repo, written for NetworkX) and make them available to run as part of CI to verify the cugraph-nx implementations are drop-in compatible.
This task need not be specific to CI, and it may actually be better if developers could run the native NetworkX unit tests in their development environment too.
The text was updated successfully, but these errors were encountered:
The goal is to ensure the
cugraph-nx
implementations work as part of the NetworkX API via the dispatching mechanism and are drop-in compatible.Update the CI scripts to install the native NetworkX unit tests (ie. the actual unit tests included in the NetworkX repo, written for NetworkX) and make them available to run as part of CI to verify the
cugraph-nx
implementations are drop-in compatible.This task need not be specific to CI, and it may actually be better if developers could run the native NetworkX unit tests in their development environment too.
The text was updated successfully, but these errors were encountered: