Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 16, 2024
1 parent d364abd commit 305c3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvnet_app/forecast_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +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=}')
self.log_info(f'{sun_down_mask=}')

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

0 comments on commit 305c3de

Please sign in to comment.