We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2718c84 commit c5345fbCopy full SHA for c5345fb
1 file changed
climada/entity/measures/measure_config.py
@@ -329,7 +329,6 @@ class ExposuresModifierConfig(_ModifierConfig):
329
reassign_impf_id: Optional[Dict[str, Dict[int | str, int | str]]] = None
330
set_to_zero: Optional[list[int]] = None
331
new_exposures_path: Optional[str] = None
332
- """HDF5 filepath for new exposure"""
333
334
def __post_init__(self):
335
config = self.to_dict()
0 commit comments