Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 88b7088

Browse files
committed
add TODO
1 parent 24cdd6f commit 88b7088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nowcasting_dataset/manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def create_files_specifying_spatial_and_temporal_locations_of_each_example_if_ne
166166
t0_datetimes = self.get_t0_datetimes_across_all_data_sources(
167167
freq=self.config.process.t0_datetime_frequency
168168
)
169+
# TODO: move hard code values to config file #426
169170
split_t0_datetimes = split.split_data(
170171
datetimes=t0_datetimes,
171172
method=self.config.process.split_method,

0 commit comments

Comments
 (0)