Skip to content

Commit

Permalink
replace Max Potential Damage
Browse files Browse the repository at this point in the history
  • Loading branch information
Santonia27 committed Dec 12, 2024
1 parent 6175459 commit 6ae4ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydromt_fiat/api/hydromt_fiat_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def update_model(self, parameter):
self.new_additional_attributes(config_yaml)
elif "ground_elevtn" in item:
self.new_ground_elevation(config_yaml)
elif "Max Potential Damages" in item:
elif "max_damage" in item:
self.new_max_potential_damages(config_yaml)

# Write model
Expand Down

0 comments on commit 6ae4ac2

Please sign in to comment.