Skip to content

Update test_tool_call.py #241

Update test_tool_call.py

Update test_tool_call.py #241

Triggered via push February 13, 2025 10:40
Status Failure
Total duration 1m 13s
Artifacts
pyright type-check
1m 3s
pyright type-check
Fit to window
Zoom out
Zoom in

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)