Initial Refactor to Better Modularize Processing, Execution, Optimization, and Configuration #28
workflow.yaml
on: pull_request
test
2m 13s
lint-and-format
5s
Annotations
11 errors and 2 warnings
Ruff (I001):
src/palimpzest/core/data/datasources.py#L1
src/palimpzest/core/data/datasources.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
src/palimpzest/core/data/datasources.py#L18
src/palimpzest/core/data/datasources.py:18:58: F401 `palimpzest.core.lib.schemas.Number` imported but unused
|
Ruff (I001):
src/palimpzest/core/lib/schemas.py#L1
src/palimpzest/core/lib/schemas.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
src/palimpzest/core/lib/schemas.py#L5
src/palimpzest/core/lib/schemas.py:5:17: F401 `numpy` imported but unused
|
Ruff (F811):
src/palimpzest/core/lib/schemas.py#L8
src/palimpzest/core/lib/schemas.py:8:18: F811 Redefinition of unused `pd` from line 4
|
Ruff (F811):
src/palimpzest/core/lib/schemas.py#L24
src/palimpzest/core/lib/schemas.py:24:34: F811 Redefinition of unused `DERIVED_SCHEMA_PREFIX` from line 10
|
Ruff (F401):
src/palimpzest/core/lib/schemas.py#L24
src/palimpzest/core/lib/schemas.py:24:57: F401 `palimpzest.constants.FROM_DF_PREFIX` imported but unused
|
Ruff (UP037):
src/palimpzest/core/lib/schemas.py#L243
src/palimpzest/core/lib/schemas.py:243:38: UP037 Remove quotes from type annotation
|
Ruff (F811):
src/palimpzest/core/lib/schemas.py#L282
src/palimpzest/core/lib/schemas.py:282:9: F811 Redefinition of unused `from_df` from line 243
|
Ruff (I001):
src/palimpzest/policy.py#L1
src/palimpzest/policy.py:1:1: I001 Import block is un-sorted or un-formatted
|
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
|