We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799aceb commit 341e914Copy full SHA for 341e914
fastmath.py
@@ -22,7 +22,7 @@ def get_njit_funcs():
22
"""
23
ignore_py_files = ["__init__", "__pycache__"]
24
25
- pkg_dir = pathlib.Path(__file__).parent
+ pkg_dir = pathlib.Path(__file__).parent / "stumpy"
26
module_names = []
27
for fname in pkg_dir.iterdir():
28
if fname.stem not in ignore_py_files and not fname.stem.startswith("."):
0 commit comments