You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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
Beta Was this translation helpful? Give feedback.
All reactions