Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
Subset function line 356
355 if target_dataset.lats.ndim ==2 and target_dataset.lons.ndim ==2:
--> 356 target_dataset = temporal_slice(subregion.start, subregion.end, target_dataset)
357 nt, ny, nx = target_dataset.values.shape
358 y_index, x_index = np.where((target_dataset.lats >= subregion.lat_max) | (target_dataset.lats <= subregion.lat_min) |
temporal_slice expects indices of the time in target_dataset.times array. The actual datetime objects are being passed in this case.
Attachments
Issue Links
- Blocked
-
CLIMATE-796 TypeError in temporal_slice function
- Resolved
- links to