Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jacob/windnet' into jacob/windnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Jan 24, 2024
2 parents 8f6cdd9 + 0006b95 commit 6b3e504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/save_batches.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
import hydra
import torch
from ocf_datapipes.training.pvnet import pvnet_datapipe
from ocf_datapipes.training.windnet import windnet_datapipe
from ocf_datapipes.training.pvnet_site import pvnet_site_datapipe
from ocf_datapipes.training.windnet import windnet_datapipe
from omegaconf import DictConfig, OmegaConf
from sqlalchemy import exc as sa_exc
from torch.utils.data import DataLoader
Expand Down

0 comments on commit 6b3e504

Please sign in to comment.