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

Commit 2e8991f

Browse files
committed
add logging
1 parent 12ce721 commit 2e8991f

File tree

1 file changed

+2
-0
lines changed
  • nowcasting_dataset/data_sources/pv

1 file changed

+2
-0
lines changed

nowcasting_dataset/data_sources/pv/live.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ def get_pv_power_from_database(
192192
pv_yields_df = pv_yields_df[pv_yields_df.index >= start_utc]
193193
logger.debug(f"{len(pv_yields_df)} of datetimes after filter on {start_utc}")
194194

195+
logger.debug(f"{pv_yields_df=}")
196+
195197
return pv_yields_df
196198

197199

0 commit comments

Comments
 (0)