Update test_tool_call.py #241
python-type-check.yml
on: push
pyright type-check
1m 3s
Annotations
5 errors and 2 warnings
pyright type-check:
scripts/plot_tool_call_tests.py#L15
Import "pandas" could not be resolved (reportMissingImports)
|
pyright type-check:
scripts/plot_tool_call_tests.py#L91
Cannot assign to attribute "temps" for class "ModelAnalyzer*"
"list[float]" is not assignable to "Set[float]" (reportAttributeAccessIssue)
|
pyright type-check:
scripts/plot_tool_call_tests.py#L92
Cannot assign to attribute "tests" for class "ModelAnalyzer*"
"list[str]" is not assignable to "Set[str]" (reportAttributeAccessIssue)
|
pyright type-check:
scripts/plot_tool_call_tests.py#L125
Expression of type "None" cannot be assigned to parameter of type "str"
"None" is not assignable to "str" (reportArgumentType)
|
pyright type-check
4 errors
|
pyright type-check:
scripts/plot_tool_call_tests.py#L17
Import "seaborn" could not be resolved from source (reportMissingModuleSource)
|
pyright type-check:
scripts/plot_tool_call_tests.py#L19
Import "Any" is not accessed (reportUnusedImport)
|