Skip to content

Commit

Permalink
Fix (event.py) : Household rebuilding NaN corrected (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
spjuhel authored Oct 2, 2023
1 parent cca00c5 commit cebfb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boario/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ def __init__(
self.aff_regions, rebuilding_demand_idx
] = (
households_impact * self.impact_regional_distrib
) # type: ignore
).to_numpy() # type: ignore
self.households_impact_df *= (
self.event_monetary_factor / self.model_monetary_factor
)
Expand Down

0 comments on commit cebfb82

Please sign in to comment.