Skip to content

minimize diff

minimize diff #259

Triggered via push February 19, 2025 12:21
Status Failure
Total duration 1m 8s
Artifacts
pyright type-check
57s
pyright type-check
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 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: scripts/tool_bench.py#L94
Alternative syntax for unions requires Python 3.10 or newer (reportGeneralTypeIssues)
pyright type-check
5 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)
pyright type-check: scripts/tool_bench.py#L35
Import "pytest" is not accessed (reportUnusedImport)