fatiando / harmonica

Forward modeling, inversion, and processing gravity and magnetic data
https://www.fatiando.org/harmonica
BSD 3-Clause "New" or "Revised" License
208 stars 68 forks source link

Specify nopython=True on jit functions #435

Closed santisoler closed 11 months ago

santisoler commented 11 months ago

Explicitly set nopython=True on jit function in tests and examples. This avoids some warnings about the change of the default configuration in Numba: by default nopython will be set to True in the future.