Skip to content

Commit 0dc240f

Browse files
exposures: extend _metadata
1 parent bf30646 commit 0dc240f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/entity/exposures/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class Exposures():
121121
TC. There might be different hazards defined: centr_TC, centr_FL, ...
122122
Computed in method assign_centroids().
123123
"""
124-
_metadata = ['tag', 'ref_year', 'value_unit', 'meta']
124+
_metadata = ['tag', 'ref_year', 'value_unit', 'meta', 'description']
125125

126126
vars_oblig = ['value', 'latitude', 'longitude']
127127
"""Name of the variables needed to compute the impact."""

0 commit comments

Comments
 (0)