Skip to content

Commit 994fd6d

Browse files
committed
removes warning associated with numba (see #934)
Gains in efficiency is almost null and the warning message is concerning and confusing.
1 parent e2d1c7a commit 994fd6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

climada/hazard/tc_tracks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,6 @@ def to_geodataframe(self, as_points=False, split_lines_antimeridian=True):
15091509
return gdf
15101510

15111511
@staticmethod
1512-
@numba.jit(forceobj=True)
15131512
def _one_interp_data(track, time_step_h, land_geom=None):
15141513
"""Interpolate values of one track.
15151514

0 commit comments

Comments
 (0)