Skip to content

Commit

Permalink
reverse svi changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Santonia27 committed Dec 14, 2023
1 parent 60d0374 commit b34650e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hydromt_fiat/fiat.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def __init__(
self._tables = dict() # Dictionary of tables to write
self.exposure = None
self.vulnerability = None
self.svi = None
self.vf_ids_and_linking_df = pd.DataFrame()

def setup_global_settings(
Expand Down Expand Up @@ -710,7 +709,7 @@ def setup_social_vulnerability_index(
svi_exp_joined.rename(columns={"composite_svi_z": "SVI"}, inplace=True)
del svi_exp_joined["index_right"]
self.exposure.exposure_db = svi_exp_joined
self.svi = svi_exp_joined


def setup_equity_data(
self,
Expand Down

0 comments on commit b34650e

Please sign in to comment.