dmlc--dgl
9 行
159 B
Python
9 行
159 B
Python
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
|