Skip to content

Commit

Permalink
remove unused live time functions
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Dec 13, 2023
1 parent 3c46248 commit 71f52e4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 219 deletions.
2 changes: 0 additions & 2 deletions ocf_datapipes/select/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
from .select_channels import SelectChannelsIterDataPipe as SelectChannels
from .select_gsp_ids import SelectGSPIDsIterDataPipe as SelectGSPIDs
from .select_id import SelectIDIterDataPipe as SelectID
from .select_live_t0_time import SelectLiveT0TimeIterDataPipe as SelectLiveT0Time
from .select_live_time_slice import SelectLiveTimeSliceIterDataPipe as SelectLiveTimeSlice
from .select_loc_and_t0 import LocationT0PickerIterDataPipe as LocationT0Picker
from .select_overlapping_time_slices import (
SelectOverlappingTimeSliceIterDataPipe as SelectOverlappingTimeSlice,
Expand Down
30 changes: 0 additions & 30 deletions ocf_datapipes/select/select_live_t0_time.py

This file was deleted.

49 changes: 0 additions & 49 deletions ocf_datapipes/select/select_live_time_slice.py

This file was deleted.

69 changes: 0 additions & 69 deletions tests/select/test_select_live_t0_time_slice.py

This file was deleted.

69 changes: 0 additions & 69 deletions tests/select/test_select_live_time_slice.py

This file was deleted.

0 comments on commit 71f52e4

Please sign in to comment.