fix convert #28
python-type-check.yml
on: push
pyright type-check
1m 5s
Annotations
5 errors and 2 warnings
pyright type-check:
openbmb/calculation.py#L3
Import "sklearn.metrics" could not be resolved (reportMissingImports)
|
pyright type-check:
openbmb/mme.py#L45
"questions" is possibly unbound (reportPossiblyUnboundVariable)
|
pyright type-check:
openbmb/mme.py#L86
"image_name" is possibly unbound (reportPossiblyUnboundVariable)
|
pyright type-check:
openbmb/mme.py#L92
"image_name" is possibly unbound (reportPossiblyUnboundVariable)
|
pyright type-check
4 errors
|
pyright type-check:
openbmb/mme.py#L3
Import "Image" is not accessed (reportUnusedImport)
|
pyright type-check:
openbmb/test.py#L3
Import "plt" is not accessed (reportUnusedImport)
|