Closed LarissaReames-NOAA closed 2 years ago
Looks like some libraries will need to be added (numba and numba_kdtree) to the unit test environments before they can pass.
Any reason this was closed without merging?
Oh, I thought I merged it. I re-opened it and I think I did it right this time!
I pulled out some of the more time-intensive iterative loops and wrapped them in @jit decorators. For files with a lot of objects, this achieved 65-70% time reduction in run time.
I did a one-to-one comparison of the output 2d fields (mode and labels) and they match that produced by the old code.