diff --git a/src/analysis/forecasted_storm_impacts.py b/src/analysis/forecasted_storm_impacts.py index e02c171..2292598 100644 --- a/src/analysis/forecasted_storm_impacts.py +++ b/src/analysis/forecasted_storm_impacts.py @@ -43,7 +43,7 @@ def forecasted_impacts(df_profile_features, df_forecasted_twl): right_on=["site_id"], ) - # Compare R_high and R_low wirth dune crest and toe elevations + # Compare R_high and R_low with dune crest and toe elevations df_forecasted_impacts = storm_regime(df_forecasted_impacts) return df_forecasted_impacts