Skip to content

Commit 7bbafef

Browse files
committed
Merge remote-tracking branch 'origin/jacob/windnet' into jacob/windnet
2 parents c6ed500 + 3e24fcf commit 7bbafef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pvnet/models/base_model.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -537,9 +537,7 @@ def validation_step(self, batch: dict, batch_idx):
537537
self.logger.experiment.log(
538538
{
539539
f"val_forecast_samples/batch_idx_{accum_batch_num}_"
540-
f"timestep_{interval}": wandb.Image(
541-
fig
542-
),
540+
f"timestep_{interval}": wandb.Image(fig),
543541
}
544542
)
545543
plt.close(fig)

0 commit comments

Comments
 (0)