Skip to content

Commit

Permalink
add gfh_attribute_name (#418)
Browse files Browse the repository at this point in the history
add gfh_attrbute_name
  • Loading branch information
Santonia27 authored Nov 20, 2024
1 parent bd4e0fc commit 657c114
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 @@ -212,7 +212,7 @@ def new_ground_floor_height(self, config_yaml):
source = config_yaml.model_extra["update_ground_floor_height"].source
gfh_attribute_name = config_yaml.model_extra[
"update_ground_floor_height"
].attribute_name
].gfh_attribute_name
gfh_method = config_yaml.model_extra["update_ground_floor_height"].gfh_method
max_dist = config_yaml.model_extra["update_ground_floor_height"].max_dist
self.fiat_model.exposure.setup_ground_floor_height(
Expand Down

0 comments on commit 657c114

Please sign in to comment.