Skip to content

Commit

Permalink
remove strict csr/csr check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Nov 12, 2023
1 parent a080f5a commit d229de4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/cugraph-pyg/cugraph_pyg/loader/cugraph_node_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,6 @@ def __next__(self):
sampler_output.edge,
)
else:
if self.__graph_store.order == "CSR":
raise ValueError("CSR format incompatible with CSC output")

out = filter_cugraph_store_csc(
self.__feature_store,
self.__graph_store,
Expand Down

0 comments on commit d229de4

Please sign in to comment.