New features #23
workflow.yaml
on: pull_request
test
2m 6s
lint-and-format
11s
Annotations
11 errors and 2 warnings
Ruff (I001):
src/palimpzest/policy.py#L1
src/palimpzest/policy.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F841):
src/palimpzest/query/optimizer/optimizer_strategy.py#L207
src/palimpzest/query/optimizer/optimizer_strategy.py:207:9: F841 Local variable `plans` is assigned to but never used
|
Ruff (I001):
src/palimpzest/query/optimizer/tasks.py#L1
src/palimpzest/query/optimizer/tasks.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
src/palimpzest/query/processor/config.py#L1
src/palimpzest/query/processor/config.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
src/palimpzest/query/processor/mab_sentinel_processor.py#L1
src/palimpzest/query/processor/mab_sentinel_processor.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
src/palimpzest/query/processor/nosentinel_processor.py#L12
src/palimpzest/query/processor/nosentinel_processor.py:12:73: F401 `palimpzest.query.operators.datasource.MarshalAndScanDataOp` imported but unused
|
Ruff (I001):
src/palimpzest/query/processor/random_sampling_sentinel_processor.py#L1
src/palimpzest/query/processor/random_sampling_sentinel_processor.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
src/palimpzest/sets.py#L1
src/palimpzest/sets.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
tests/pytest/test_datasource.py#L1
tests/pytest/test_datasource.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
tests/pytest/test_datasource.py#L1
tests/pytest/test_datasource.py:1:8: F401 `pytest` imported but unused
|
test
Process completed with exit code 1.
|
lint-and-format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|