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 3531c78 commit 12bf2b6Copy full SHA for 12bf2b6
climada/util/forecast.py
@@ -63,7 +63,7 @@ def idx_member(self, member: np.ndarray) -> np.ndarray:
63
Parameters
64
----------
65
member : np.ndarray
66
- Forecast ensemble members, given as integers.
+ Array of ensemble members (ints) for which to return an indexer
67
68
Returns
69
-------
@@ -79,7 +79,7 @@ def idx_lead_time(self, lead_time: np.ndarray) -> np.ndarray:
79
80
81
lead_time : np.ndarray
82
- Forecast lead times, given as timedelta64 objects.
+ Array of lead times (numpy.timedelta64) for which to return an indexer
83
84
85
0 commit comments