Skip to content

Commit 6a35aa4

Browse files
committed
Switch to recommended import
1 parent d068937 commit 6a35aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/glum/_cd_fast.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from libc.math cimport fabs
1111
cimport numpy as np
1212
import numpy as np
13-
from numpy.math cimport INFINITY
13+
from libc.math cimport INFINITY
1414

1515
from cython cimport floating
1616
from cython.parallel import prange

0 commit comments

Comments
 (0)