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

Commit e79560b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7728511 commit e79560b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ocf_datapipes/training/pvnet_all_gsp.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
"""Create the training/validation datapipe for UK PVNet batches for all GSPs
22
3-
43
The main public functions are:
54
65
[1] `pvnet_all_gsp_datapipe()`
76
This constructs a datapipe yielding batches with inputs for all 317 UK GSPs for random t0
87
times.
9-
8+
109
[2] `construct_sliced_data_pipeline()`
11-
Given a datapipe yielding t0 times, this function constructs a datapipe yielding batches
10+
Given a datapipe yielding t0 times, this function constructs a datapipe yielding batches
1211
with inputs for all 317 UK GSPs for the yielded t0 times. This function is used inside [1].
1312
1413
"""

0 commit comments

Comments
 (0)