Skip to content

Commit 2d8319b

Browse files
author
Katharine Hurst
committed
Removing file changes associated with suite runs not this PR
1 parent 5275a62 commit 2d8319b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

improver/spotdata/spot_extraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def process(
276276
as information about the sites themselves.
277277
"""
278278
# Check we are using a matched neighbour/diagnostic cube pair
279-
# check_grid_match([neighbour_cube, diagnostic_cube])
279+
check_grid_match([neighbour_cube, diagnostic_cube])
280280

281281
# Get the unique_site_id if it is present on the neighbour cbue
282282
unique_site_id_data = self.check_for_unique_id(neighbour_cube)

improver/utilities/threshold_interpolation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ def process(
194194

195195
original_mask = self.mask_checking(forecast_at_thresholds)
196196

197-
# if forecast_at_thresholds.coords("realization"):
198-
# forecast_at_thresholds = collapse_realizations(forecast_at_thresholds)
197+
if forecast_at_thresholds.coords("realization"):
198+
forecast_at_thresholds = collapse_realizations(forecast_at_thresholds)
199199

200200
forecast_at_thresholds_data = self._interpolate_thresholds(
201201
forecast_at_thresholds,

0 commit comments

Comments
 (0)