Skip to content

Commit 2f5073f

Browse files
committed
lint
1 parent 29d1553 commit 2f5073f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

ocf_data_sampler/select/select_spatial_slice.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ def select_spatial_slice_pixels_multiple(
157157
bottom_idx = int(idx_y_min - half_height)
158158
top_idx = int(idx_y_max + half_height)
159159

160-
# Padding checks
161160
slice_unavailable = (
162161
left_idx < 0
163162
or right_idx > data_width_pixels

ocf_data_sampler/torch_datasets/utils/spatial_slice_for_dataset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def slice_datasets_by_space(
5959
return sliced_datasets_dict
6060

6161

62-
6362
def reduce_spatial_extent_of_datasets(
6463
datasets_dict: dict,
6564
locations: list[Location],

0 commit comments

Comments
 (0)