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

Commit 2ee7ebb

Browse files
authored
Merge pull request #267 from openclimatefix/jack/formatting-tweaks
tiny formatting tweaks
2 parents 0bfa0c3 + 3ab9d34 commit 2ee7ebb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

nowcasting_dataset/data_sources/satellite/satellite_data_source.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ def get_batch(
7676
empty caches, and things are much slower!
7777
7878
Args:
79-
t0_datetimes: list of timestamps for the datetime of the batches. The batch will also include data
80-
for historic and future depending on 'history_minutes' and 'future_minutes'.
79+
t0_datetimes: list of timestamps for the datetime of the batches. The batch will also
80+
include data for historic and future depending on `history_minutes` and
81+
`future_minutes`.
8182
x_locations: x center batch locations
8283
y_locations: y center batch locations
8384
@@ -137,7 +138,7 @@ def datetime_index(self, remove_night: bool = True) -> pd.DatetimeIndex:
137138
"""Returns a complete list of all available datetimes
138139
139140
Args:
140-
remove_night: If True then remove datetimes a night.
141+
remove_night: If True then remove datetimes at night.
141142
"""
142143
if self._data is None:
143144
sat_data = self._open_data()

0 commit comments

Comments
 (0)