test_cython.py 159 Bytes
Newer Older
1
2
3
4
5
6
7
8
import dgl
import unittest
import os


@unittest.skipIf(os.name == 'nt', reason='Cython only works on linux')
def test_cython():
    import dgl._ffi._cy3.core