deepmodeling / dpgen2

2nd generation of the Deep Potential GENerator
https://docs.deepmodeling.com/projects/dpgen2/
GNU Lesser General Public License v3.0
33 stars 26 forks source link

configure ruff #260

Open njzjz opened 2 months ago

njzjz commented 2 months ago
/home/runner/work/dpgen2/dpgen2/dpgen2/flow/dpgen_loop.py:446:13 - error: Argument of type "bool" cannot be assigned to parameter "_if" of type "str | ArgoVar" in function "if_expression"

Why is the type of _if str | ArgoVar?