Fix typo in comment

develop
Chris Leaman 6 years ago
parent 1e45675611
commit cbfd69c852

@ -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

Loading…
Cancel
Save