Skip to content

Commit 1301892

Browse files
authored
Update utils.py - Location from data-sampler
1 parent 79dca28 commit 1301892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvnet/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import xarray as xr
1414
from lightning.pytorch.loggers import Logger
1515
from lightning.pytorch.utilities import rank_zero_only
16-
from ocf_datapipes.utils import Location
16+
from ocf_data_sampler.select.location import Location
1717
from omegaconf import DictConfig, OmegaConf
1818

1919

0 commit comments

Comments
 (0)