feat: support distanceofion is dict and support element list #42
Annotations
2 errors
pyright:
dpgen2/exploration/task/caly_task_group.py#L210
Argument of type "list[int] | Unknown | None" cannot be assigned to parameter "atomic_number" of type "List[int]" in function "make_calypso_input"
Type "list[int] | Unknown | None" cannot be assigned to type "List[int]"
Type "None" cannot be assigned to type "List[int]" (reportGeneralTypeIssues)
|
pyright
1 error
|