Fixed a bug that was failing tests #11
Annotations
10 errors
Lint with Ruff:
examples/scripts/quick_start.py#L240
examples/scripts/quick_start.py:240:11: F541 f-string without any placeholders
|
Lint with Ruff:
examples/scripts/quick_start.py#L239
examples/scripts/quick_start.py:239:11: F541 f-string without any placeholders
|
Lint with Ruff:
examples/scripts/quick_start.py#L238
examples/scripts/quick_start.py:238:11: F541 f-string without any placeholders
|
Lint with Ruff:
examples/scripts/quick_start.py#L230
examples/scripts/quick_start.py:230:5: F841 Local variable `list_score` is assigned to but never used
|
Lint with Ruff:
examples/scripts/quick_start.py#L227
examples/scripts/quick_start.py:227:5: F841 Local variable `individual_score` is assigned to but never used
|
Lint with Ruff:
examples/scripts/bulk_evaluation_demo.py#L343
examples/scripts/bulk_evaluation_demo.py:343:5: F841 Local variable `evaluator` is assigned to but never used
|
Lint with Ruff:
examples/scripts/bulk_evaluation_demo.py#L251
examples/scripts/bulk_evaluation_demo.py:251:5: F841 Local variable `result` is assigned to but never used
|
Lint with Ruff:
examples/scripts/aggregate_metrics_demo.py#L214
examples/scripts/aggregate_metrics_demo.py:214:9: F841 Local variable `field` is assigned to but never used
|
Lint with Ruff:
examples/notebooks/Quick_start.ipynb#L1
examples/notebooks/Quick_start.ipynb:1:1: F541 f-string without any placeholders
|
Lint with Ruff:
examples/notebooks/Complex_nested_structure.ipynb#L1
examples/notebooks/Complex_nested_structure.ipynb:1:1: F841 Local variable `tp` is assigned to but never used
|
Loading