Skip to content

feat: support distanceofion is dict and support element list #42

feat: support distanceofion is dict and support element list

feat: support distanceofion is dict and support element list #42

Triggered via push April 29, 2024 14:29
Status Failure
Total duration 1m 14s
Artifacts

pyright.yml

on: push
Fit to window
Zoom out
Zoom in

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