Skip to content

Commit afa3a09

Browse files
committed
import cython to use cython.long in Python code
1 parent 100b972 commit afa3a09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mkl_random/mklrand.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ cdef int r = cnp._import_array()
196196
if (r<0):
197197
raise ImportError("Failed to import NumPy")
198198

199+
import cython
199200
import numpy as np
200201
import operator
201202
import warnings

0 commit comments

Comments
 (0)