File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,6 @@ class StormEurope(Hazard):
8686 ssi : np.array, float
8787 SSI as set by set_ssi; uses the Dawkins definition by default.
8888
89- Class Attributes
90- ----------------
91- intensity_thres : float
92- Threshold below which wind speeds (in m/s) are stored as 0. Defaults to 14.6.
9389 """
9490
9591 vars_opt = Hazard .vars_opt .union ({"ssi_wisc" , "ssi" , "ssi_full_area" })
Original file line number Diff line number Diff line change @@ -89,10 +89,6 @@ class TropCyclone(Hazard):
8989 matrix of shape (npositions, ncentroids * 2) that can be reshaped to a full ndarray of
9090 shape (npositions, ncentroids, 2).
9191
92- Class Attributes
93- ----------------
94- intensity_thres : float
95- Threshold below which wind speeds (in m/s) are stored as 0. Defaults to 17.5.
9692 """
9793
9894 vars_opt = Hazard .vars_opt .union ({"category" })
You can’t perform that action at this time.
0 commit comments