fix: ut random failed #54
Annotations
2 errors
pyright:
dpgen2/op/caly_evo_step_merge.py#L107
Argument of type "range" cannot be assigned to parameter "with_param" of type "str | list[Unknown] | InputParameter | OutputParameter" in function "__init__"
Type "range" cannot be assigned to type "str | list[Unknown] | InputParameter | OutputParameter"
"range" is incompatible with "str"
"range" is incompatible with "list[Unknown]"
"range" is incompatible with "InputParameter"
"range" is incompatible with "OutputParameter" (reportGeneralTypeIssues)
|
pyright
1 error
|