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 124a57d commit 3c97624Copy full SHA for 3c97624
climada/entity/impact_funcs/base.py
@@ -28,10 +28,10 @@ class ImpactFunc(object):
28
"""
29
def __init__(self):
30
""" Empty initialization."""
31
- self.id = 'NA' # int expected
+ self.id = '' # int expected
32
self.name = ''
33
- self.intensity_unit = 'NA'
34
- self.haz_type = 'NA'
+ self.intensity_unit = ''
+ self.haz_type = ''
35
# Followng values defined for each intensity value
36
self.intensity = np.array([])
37
self.mdd = np.array([])
0 commit comments