We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7414fd5 commit 2f6ee27Copy full SHA for 2f6ee27
climada/hazard/tc_tracks.py
@@ -3044,7 +3044,7 @@ def compute_track_density(
3044
Example:
3045
--------
3046
>>> tc_tracks = TCTrack.from_ibtracs_netcdf("path_to_file")
3047
- >>> tc_tracks.equal_timestep(time_steph_h = 1)
+ >>> tc_tracks.equal_timestep(time_step_h = 1)
3048
>>> hist_count, *_ = compute_track_density(tc_track = tc_tracks, res = 1)
3049
>>> ax = plot_track_density(hist_count)
3050
0 commit comments