Skip to content

Commit

Permalink
docs: add link to additional numba environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Tveten authored Nov 20, 2024
1 parent 08662f9 commit 1e3f6fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skchange/utils/numba/soft_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
Additionally, we provide a `prange` function that dispatches to `numba.prange`.
If `numba` is not installed, it dispatches to the regular Python `range`.
For additional numba configurations, including how to disable numba, see
`https://numba.readthedocs.io/en/stable/reference/envvars.html`_.
The functionality to check for whether or not `numba` is installed
is copied from `sktime.utils.numba.njit`.
"""
Expand Down

0 comments on commit 1e3f6fe

Please sign in to comment.