Changes needed for PTM prototype #121
Annotations
3 errors and 6 warnings
main-tests (macos-latest, 3.11):
openff/pablo/_utils.py#L277
Type of parameter "molecule" is partially unknown
Parameter type is "Molecule | Unknown" (reportUnknownParameterType)
|
main-tests (macos-latest, 3.11)
1 error
|
main-tests (macos-latest, 3.11)
Process completed with exit code 1.
|
main-tests (macos-latest, 3.11):
openff/pablo/_utils.py#L277
Type of "rdchem" is unknown (reportUnknownMemberType)
|
main-tests (macos-latest, 3.11):
openff/pablo/_utils.py#L277
Type of "Mol" is unknown (reportUnknownMemberType)
|
main-tests (macos-latest, 3.11):
openff/pablo/_tests/test_pdb_files_against_property.py#L66
Type of "m" is partially unknown
Type of "m" is "() -> (float | int | ndarray[Unknown, Unknown])" (reportUnknownMemberType)
|
main-tests (macos-latest, 3.11):
openff/pablo/_tests/test_pdb_files_against_property.py#L74
Type of "m_as" is partially unknown
Type of "m_as" is "(unit: str | Unit) -> (float | int | ndarray[Unknown, Unknown])" (reportUnknownMemberType)
|
main-tests (ubuntu-latest, 3.11):
openff/pablo/_tests/test_pdb_files_against_property.py#L66
Type of "m" is partially unknown
Type of "m" is "() -> (float | int | ndarray[Unknown, Unknown])" (reportUnknownMemberType)
|
main-tests (ubuntu-latest, 3.11):
openff/pablo/_tests/test_pdb_files_against_property.py#L74
Type of "m_as" is partially unknown
Type of "m_as" is "(unit: str | Unit) -> (float | int | ndarray[Unknown, Unknown])" (reportUnknownMemberType)
|