Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 16, 2024
1 parent 5aaca2b commit d364abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pvnet_app/forecast_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def predict_batch(self, batch: NumpyBatch) -> None:
# We only need elevation mask for forecasted values, not history
elevation = elevation[:, -preds.shape[1] :]
sun_down_mask = elevation < MIN_DAY_ELEVATION
self.log_info.info(f'{sun_down_mask=}')

# Store predictions internally
self.normed_preds += [preds]
Expand Down

0 comments on commit d364abd

Please sign in to comment.