-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimized Geometry Functions using Numba (#1072)
* re-write bounds to use Numba * more numba * fix all tests but two * remove unused helper * fix all tests but one * recursion limit * recursion limit * cache and parallel * fix failing test * fix all tests but one * fix final test * Clean up commented out code * cleanup comments * more comment cleanup * update use of face bounds * fix failing test * update docstrings (1) * update API * update docstrings (2) * only use bounding box and raise warning for first computation * add exception for non-face-centered data variables * update docstring * pre-commit * update docstring and parameter * add warning when translating numba functions for the first time * update numba check * remove print statement
- Loading branch information
Showing
16 changed files
with
1,213 additions
and
949 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.