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