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

Commit 5e985ef

Browse files
Update nowcasting_dataset/data_sources/data_source.py
Co-authored-by: Jacob Bieker <jacob@openclimatefix.org>
1 parent 6adbe9b commit 5e985ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nowcasting_dataset/data_sources/data_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def _get_time_slice(self, t0_datetime_utc: pd.Timestamp):
347347

348348
def get_example(
349349
self,
350-
location: SpaceTimeLocation, #: Datetime of "now": The most recent obs.
350+
location: SpaceTimeLocation, #: Location object of the most recent observation
351351
) -> xr.Dataset:
352352
"""Must be overridden by child classes."""
353353
raise NotImplementedError()

0 commit comments

Comments
 (0)