Skip to content

Commit d59a8e3

Browse files
committed
doc:modify corresponding docstring
1 parent 95acf47 commit d59a8e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

deepmd/utils/argcheck.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2993,8 +2993,8 @@ def training_data_args() -> list[
29932993
link_sys = make_link("systems", "training/training_data/systems")
29942994
doc_systems = (
29952995
"The data systems for training. "
2996-
"This key can be provided with a list that specifies the systems, or be provided with a string "
2997-
"by which the prefix of all systems are given and the list of the systems is automatically generated."
2996+
"When provided as a string, it can be a system directory path (containing 'type.raw') or a parent directory path to recursively search for all system subdirectories. "
2997+
"When provided as a list, each string item is processed the same way as individual string inputs."
29982998
)
29992999
doc_patterns = (
30003000
"The customized patterns used in `rglob` to collect all training systems. "
@@ -3074,8 +3074,8 @@ def validation_data_args() -> list[
30743074
link_sys = make_link("systems", "training/validation_data/systems")
30753075
doc_systems = (
30763076
"The data systems for validation. "
3077-
"This key can be provided with a list that specifies the systems, or be provided with a string "
3078-
"by which the prefix of all systems are given and the list of the systems is automatically generated."
3077+
"When provided as a string, it can be a system directory path (containing 'type.raw') or a parent directory path to recursively search for all system subdirectories. "
3078+
"When provided as a list, each string item is processed the same way as individual string inputs."
30793079
)
30803080
doc_patterns = (
30813081
"The customized patterns used in `rglob` to collect all validation systems. "

0 commit comments

Comments
 (0)