Skip to content

use first chain in PDB file as default #102

use first chain in PDB file as default

use first chain in PDB file as default #102

Triggered via push August 28, 2024 14:48
Status Success
Total duration 2m 22s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (E722): get_predictions.py#L87
get_predictions.py:87:5: E722 Do not use bare `except`
Ruff (E501): get_predictions.py#L332
get_predictions.py:332:121: E501 Line too long (142 > 120 characters)
Ruff (E501): src/domain_chop.py#L299
src/domain_chop.py:299:121: E501 Line too long (123 > 120 characters)
Ruff (F811): src/featurisers.py#L107
src/featurisers.py:107:5: F811 Redefinition of unused `distance_matrix` from line 8
Ruff (F841): src/utils/secondary_structure.py#L33
src/utils/secondary_structure.py:33:49: F841 Local variable `e` is assigned to but never used
Ruff (E741): tests/e2e/test_basic_usage.py#L94
tests/e2e/test_basic_usage.py:94:67: E741 Ambiguous variable name: `l`
Ruff (E501): tests/e2e/test_stride_error.py#L27
tests/e2e/test_stride_error.py:27:121: E501 Line too long (121 > 120 characters)
Ruff (E712): tests/unit/test_prediction_result_file.py#L41
tests/unit/test_prediction_result_file.py:41:38: E712 Comparison to `False` should be `cond is False` or `if not cond:`
Ruff (E712): tests/unit/test_prediction_result_file.py#L46
tests/unit/test_prediction_result_file.py:46:38: E712 Comparison to `False` should be `cond is False` or `if not cond:`
Ruff (E712): tests/unit/test_prediction_result_file.py#L51
tests/unit/test_prediction_result_file.py:51:38: E712 Comparison to `True` should be `cond is True` or `if cond:`
build (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/