Open njzjz opened 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?
_if
str | ArgoVar
Why is the type of
_if
str | ArgoVar
?