Skip to content

Commit

Permalink
Merge commit 'd6df7f7d8efbe02a5b581636c8b7809fa58aee22' into issue/rm…
Browse files Browse the repository at this point in the history
…-nowcasting-utils
  • Loading branch information
peterdudfield committed Dec 20, 2023
2 parents f8ac5a2 + d6df7f7 commit 0bade7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pvnet_summation/data/datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from lightning.pytorch import LightningDataModule
from ocf_datapipes.load import OpenGSP
from ocf_datapipes.training.pvnet import normalize_gsp
from ocf_datapipes.utils.consts import BatchKey
from ocf_datapipes.batch import BatchKey
from torch.utils.data import DataLoader
from torch.utils.data.datapipes.datapipe import IterDataPipe
from torch.utils.data.datapipes.iter import FileLister, Zipper
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pvnet_summation.models.model import Model


from ocf_datapipes.utils.consts import BatchKey
from ocf_datapipes.batch import BatchKey
from datetime import timedelta

from pvnet_summation.data.datamodule import DataModule
Expand Down
2 changes: 1 addition & 1 deletion tests/data/test_datamodule.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pvnet_summation.data.datamodule import DataModule
from ocf_datapipes.utils.consts import BatchKey
from ocf_datapipes.batch import BatchKey


def test_init(sample_data):
Expand Down

0 comments on commit 0bade7d

Please sign in to comment.