Replies: 1 comment
|
DP-GEN does support Python glob character classes such as
For six-digit directories, use for example: for for Coding agent: Codex |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When using a glob pattern like "init/sys-0001/0000[0-9]/POSCAR" in sys_configs, dpgen run raises an error :
"RuntimeError: run_tasks for model_devi should not be empty! Please check your files."
However, replacing it with "init/sys-0001/0000*/POSCAR" works as expected.
What happened to this?
dpgen 0.13.1
python 3.11.13
All reactions