Skip to content

Commit

Permalink
in request_wtk_point_data, pass preferred_region to multiloc check
Browse files Browse the repository at this point in the history
  • Loading branch information
akeeste committed Jul 2, 2024
1 parent fe4d08d commit 97d43cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mhkit/wave/io/hindcast/wind_toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def request_wtk_point_data(
else:
reglist = []
for loc in lat_lon:
reglist.append(region_selection(loc))
reglist.append(region_selection(loc, preferred_region))
if reglist.count(reglist[0]) == len(lat_lon):
region = reglist[0]
else:
Expand Down

0 comments on commit 97d43cb

Please sign in to comment.