-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce computation time massively in large het_map objects (#1024)
* Reduce computation time massively in large het_map objects by avoiding the recalculation of the delaunay triangulation for every findex * Import copy library * Enforce appropriate shape for interpolant object * ruff formatting * bugfix * Add a test of applying a het map * Add convert to array * Add convert to array * Add to new tests * Clean up * Add comments and rename variables for clarity. * Change FlowField.het_map to be a numpy array rather than a list. --------- Co-authored-by: Paul <[email protected]> Co-authored-by: misi9170 <[email protected]>
- Loading branch information
1 parent
33ffc73
commit f3f42ed
Showing
2 changed files
with
133 additions
and
12 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