Add RunLmpHDF5 #800
Annotations
10 errors
pyright:
dpgen2/exploration/render/traj_render_lammps.py#L67
"reshape" is not a known member of "None" (reportOptionalMemberAccess)
|
pyright:
dpgen2/exploration/render/traj_render_lammps.py#L66
Argument of type "Unknown | NDArray[float64] | None" cannot be assigned to parameter "a" of type "ArrayLike" in function "shape" (reportGeneralTypeIssues)
|
pyright:
dpgen2/exploration/render/traj_render_lammps.py#L67
Argument of type "Unknown | NDArray[float64] | None" cannot be assigned to parameter "__obj" of type "Sized" in function "len"
Type "Unknown | NDArray[float64] | None" cannot be assigned to type "Sized"
"__len__" is not present (reportGeneralTypeIssues)
|
pyright:
dpgen2/exploration/render/traj_render_lammps.py#L69
Object of type "None" is not subscriptable (reportOptionalSubscript)
|
pyright:
dpgen2/exploration/render/traj_render_lammps.py#L70
Object of type "None" is not subscriptable (reportOptionalSubscript)
|
pyright:
dpgen2/exploration/render/traj_render_lammps.py#L71
Object of type "None" is not subscriptable (reportOptionalSubscript)
|
pyright:
dpgen2/exploration/render/traj_render_lammps.py#L72
Object of type "None" is not subscriptable (reportOptionalSubscript)
|
pyright:
dpgen2/exploration/render/traj_render_lammps.py#L73
Object of type "None" is not subscriptable (reportOptionalSubscript)
|
pyright:
dpgen2/exploration/render/traj_render_lammps.py#L74
Object of type "None" is not subscriptable (reportOptionalSubscript)
|
pyright
9 errors
|