File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments