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

Commit d9c0715

Browse files
committed
change name from position to location
1 parent e6ef521 commit d9c0715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nowcasting_dataset/data_sources/data_source_list.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ def get_t0_datetimes_across_all_data_sources(self, freq: str) -> pd.DatetimeInde
5353

5454
return t0_datetimes
5555

56-
def sample_spatial_and_temporal_positions_for_examples(
56+
def sample_spatial_and_temporal_locations_for_examples(
5757
self, t0_datetimes: pd.DatetimeIndex, n_examples: int
5858
) -> pd.DataFrame:
5959
"""
60-
Computes the geospatial and temporal position of each training example.
60+
Computes the geospatial and temporal locations for each training example.
6161
6262
The first data_source in this DataSourceList defines the geospatial locations of
6363
each example.

0 commit comments

Comments
 (0)