Commit 3495f10
committed
Addded from __future__ import absolute_import to mklrand.pyx
This is to work-around the error
ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
seen while loading mkl_random from within numpy's test-suite.1 parent f46b3f5 commit 3495f10
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments