Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 4ab9ad3

Browse files
committed
fix
1 parent 75c118d commit 4ab9ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocf_datapipes/training/pvnet_site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def construct_sliced_data_pipeline(
275275
roi_height_pixels=conf_sat.satellite_image_size_pixels_height,
276276
roi_width_pixels=conf_sat.satellite_image_size_pixels_width,
277277
)
278-
scaling_methods = conf_sat.scaling_methods
278+
scaling_methods = conf_sat.satellite_scaling_methods
279279
if 'min_max' in scaling_methods:
280280
sat_datapipe = sat_datapipe.normalize(min_values=RSS_RAW_MIN, max_values=RSS_RAW_MAX)
281281
if 'mean_std':

0 commit comments

Comments
 (0)