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

Commit 9a624a7

Browse files
committed
format
1 parent b424cf5 commit 9a624a7

File tree

1 file changed

+6
-6
lines changed
  • nowcasting_dataset/data_sources/pv

1 file changed

+6
-6
lines changed

nowcasting_dataset/data_sources/pv/live.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ def get_pv_power_from_database(
5151
"""
5252
Get pv power from database
5353
54-
:param history_duration: a timedelta of how many minutes to load in the past
55-
:param interpolate_minutes: how many minutes we should interpolate the data froward for
56-
:param load_extra_minutes: the extra minutes we should load, in order to load more data.
57-
This is because some data from a site lags significantly behind 'now'
54+
Args:
55+
history_duration: a timedelta of how many minutes to load in the past
56+
interpolate_minutes: how many minutes we should interpolate the data froward for
57+
load_extra_minutes: the extra minutes we should load, in order to load more data.
58+
This is because some data from a site lags significantly behind 'now'
5859
59-
Returns: pandas data frame with the following columns
60-
- pv systems indexes
60+
Returns:pandas data frame with the following columns pv systems indexes
6161
The index is the datetime
6262
6363
"""

0 commit comments

Comments
 (0)