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
Problem
The Airflow example hard-codes a local user path and is not aligned with the README wording. It points to TI_taskflow and a work_base_dir under /home/fengbo/..., so copying it on a clean machine will fail unless the user rewrites private paths and has the matching DAG loaded.
Reproduction
Try to run examples/airflow.sh in a clean checkout with a normal Airflow setup.
Expected result
Examples should avoid private absolute paths and should name the DAG that the package actually installs or documents for that workflow.
Source: Codex global repository scan of deepmodeling/dpti at commit b719828.
Project: DeepModeling Agent Code Scan
Problem
The Airflow example hard-codes a local user path and is not aligned with the README wording. It points to
TI_taskflowand awork_base_dirunder/home/fengbo/..., so copying it on a clean machine will fail unless the user rewrites private paths and has the matching DAG loaded.Code references
dpti/examples/airflow.sh
Line 1 in b719828
dpti/examples/FreeEnergy.json
Line 6 in b719828
dpti/README.md
Line 177 in b719828
Reproduction
Try to run
examples/airflow.shin a clean checkout with a normal Airflow setup.Expected result
Examples should avoid private absolute paths and should name the DAG that the package actually installs or documents for that workflow.