Skip to content

Commit 341e914

Browse files
committed
fix path
1 parent 799aceb commit 341e914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastmath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_njit_funcs():
2222
"""
2323
ignore_py_files = ["__init__", "__pycache__"]
2424

25-
pkg_dir = pathlib.Path(__file__).parent
25+
pkg_dir = pathlib.Path(__file__).parent / "stumpy"
2626
module_names = []
2727
for fname in pkg_dir.iterdir():
2828
if fname.stem not in ignore_py_files and not fname.stem.startswith("."):

0 commit comments

Comments
 (0)