Skip to content

Commit

Permalink
removing duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
WPringle committed Sep 9, 2024
1 parent 1fe2bee commit 9769866
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stormevents/nhc/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -1309,9 +1309,7 @@ def clamp(n, minn, maxn):
central_pressure=carq_ref["central_pressure"],
)

# Get CARQ from forecast hour 0 and isotach 34kt (i.e. the first item)
carq_ref = carq_forecast.loc[carq_forecast.forecast_hours == 0].iloc[0]

# find locations where the pertinent variables are missing
columns_of_interest = forecast[
["radius_of_maximum_winds", "central_pressure", "background_pressure"]
]
Expand Down

0 comments on commit 9769866

Please sign in to comment.