Skip to content

Commit

Permalink
Merge branch 'develop' into feature/exposures_crs
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-schmid committed Sep 10, 2024
2 parents 382ad70 + 7595f99 commit b9f5540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions climada_petals/engine/supplychain.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,12 +566,12 @@ def calc_shock_to_sectors(self,
self.events_date = impact.date[events_w_imp_bool]

self.secs_exp = pd.DataFrame(
0,
0.0,
index=["total_value"],
columns=self.mriot.Z.columns
)
self.secs_imp = pd.DataFrame(
0,
0.0,
index=impact.event_id[events_w_imp_bool],
columns=self.mriot.Z.columns
)
Expand Down

0 comments on commit b9f5540

Please sign in to comment.