"vscode:/vscode.git/clone" did not exist on "0868f1796d9bfe4713c046e670df3e323999c074"
test_basics.py 190 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
import backend as F
import dgl
import numpy as np
from dgl import DGLGraph
import unittest
import pytest
import cugraph

def test_dummy():
    cg = cugraph.Graph()
    assert cg is not None