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

Commit 0016bd5

Browse files
committed
Docstring vars and dims
1 parent 8e680fc commit 0016bd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocf_datapipes/validation/check_vars_and_dims.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
@functional_datapipe("check_vars_and_dims")
99
class CheckVarsAndDimsIterDataPipe(IterDataPipe):
10+
"""Check that the variables and dims exist"""
1011
def __init__(
1112
self,
1213
source_datapipe: IterDataPipe,

0 commit comments

Comments
 (0)