We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d858f commit 41467a4Copy full SHA for 41467a4
deepmd/utils/data_system.py
@@ -816,7 +816,7 @@ def process_systems(
816
f"Invalid systems type: {type(systems)}. Must be str or list[str]."
817
)
818
819
- # Iterate over the search_paths list and apply
+ # Iterate over the search_paths list and apply expansion logic to each path
820
result_systems = []
821
for path in search_paths:
822
if patterns is None:
0 commit comments