Skip to content

Commit

Permalink
ignore lines for coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
NimaSarajpoor committed Jan 4, 2025
1 parent 447c006 commit 14c2267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stumpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# Get the default fastmath flags for all njit functions
# and update the _STUMPY_DEFAULTS dictionary

if not numba.config.DISABLE_JIT:
if not numba.config.DISABLE_JIT: # pragma: no cover
njit_funcs = cache.get_njit_funcs()
for module_name, func_name in njit_funcs:
module = importlib.import_module(f".{module_name}", package="stumpy")
Expand Down

0 comments on commit 14c2267

Please sign in to comment.