Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Jan 24, 2024
1 parent db74cd4 commit 738ced9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvnet/data/pv_site_datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pvnet.data.utils import batch_to_tensor


class WindDataModule(LightningDataModule):
class PVSiteDataModule(LightningDataModule):
"""Datamodule for training pvnet and using pvnet pipeline in `ocf_datapipes`."""

def __init__(
Expand Down

0 comments on commit 738ced9

Please sign in to comment.