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 5d8b730 commit bfed492Copy full SHA for bfed492
climada/engine/uncertainty/base.py
@@ -22,8 +22,6 @@
22
__all__ = ['UncVar', 'Uncertainty']
23
24
import logging
25
-import json
26
-
27
from itertools import zip_longest
28
from pathlib import Path
29
climada/hazard/wildfire.py
@@ -97,14 +97,14 @@ class FirmsParams():
97
clus_thres_firms: int = 15
98
remove_minor_fires_firms: bool = True
99
minor_fire_thres_firms: int = 3
100
+
101
@dataclass
102
class ProbaParams():
103
""" DataClass as container for parameters for generation of
104
probabilistic events.
105
106
PLEASE BE AWARE: Parameter values did not undergo any calibration.
107
108
Attributes:
109
----------
110
blurr_steps : int, default = 4
0 commit comments