Add BMR-calibration + subtype-split analyses (rebuttal corroboration) #364
Annotations
15 errors and 4 warnings
|
lint
The process '/opt/hostedtoolcache/ruff/0.15.20/x86_64/ruff' failed with exit code 1
|
|
ruff (PERF203):
src/dialect/utils/identify.py#L139
src/dialect/utils/identify.py:139:9: PERF203 `try`-`except` within a loop incurs performance overhead
|
|
ruff (RUF100):
src/dialect/utils/identify.py#L129
src/dialect/utils/identify.py:129:15: RUF100 Unused `noqa` directive (unused: `PERF203`)
help: Remove unused `noqa` directive
|
|
ruff (E501):
scripts/split_cohort_by_subtype.py#L9
scripts/split_cohort_by_subtype.py:9:89: E501 Line too long (89 > 88)
|
|
ruff (E501):
scripts/split_cohort_by_subtype.py#L7
scripts/split_cohort_by_subtype.py:7:89: E501 Line too long (91 > 88)
|
|
ruff (E501):
analysis/bmr_calibration.py#L118
analysis/bmr_calibration.py:118:89: E501 Line too long (89 > 88)
|
|
ruff (E501):
analysis/bmr_calibration.py#L12
analysis/bmr_calibration.py:12:89: E501 Line too long (90 > 88)
|
|
ruff (E501):
analysis/bmr_calibration.py#L7
analysis/bmr_calibration.py:7:89: E501 Line too long (89 > 88)
|
|
test (3.11)
Canceling since a higher priority waiting request for CI-refs/heads/main exists
|
|
test (3.11)
The operation was canceled.
|
|
test (3.12)
Canceling since a higher priority waiting request for CI-refs/heads/main exists
|
|
test (3.12)
The operation was canceled.
|
|
test (3.10)
Canceling since a higher priority waiting request for CI-refs/heads/main exists
|
|
test (3.10)
The operation was canceled.
|
|
CI
Canceling since a higher priority waiting request for CI-refs/heads/main exists
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, astral-sh/ruff-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (3.11)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (3.12)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (3.10)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|