Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit bf78e81

Browse files
committed
BUG: final file location is at numpy root directory
1 parent 1bf4918 commit bf78e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openblas_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def make_init(dirname):
2020
# convention for storing / loading the DLL from
2121
# numpy/.libs/, if present
2222
try:
23-
basedir = os.path.dirname(os.path.dirname(__file__))
23+
basedir = os.path.dirname(__file__)
2424
except:
2525
pass
2626
else:

0 commit comments

Comments
 (0)