add csv with predictions #93
Annotations
10 errors and 1 warning
Lint with ruff:
get_predictions.py#L87
get_predictions.py:87:5: E722 Do not use bare `except`
|
Lint with ruff:
get_predictions.py#L330
get_predictions.py:330:121: E501 Line too long (143 > 120 characters)
|
Lint with ruff:
src/domain_chop.py#L299
src/domain_chop.py:299:121: E501 Line too long (123 > 120 characters)
|
Lint with ruff:
src/featurisers.py#L107
src/featurisers.py:107:5: F811 Redefinition of unused `distance_matrix` from line 8
|
Lint with ruff:
src/utils/secondary_structure.py#L33
src/utils/secondary_structure.py:33:49: F841 Local variable `e` is assigned to but never used
|
Lint with ruff:
tests/e2e/test_basic_usage.py#L94
tests/e2e/test_basic_usage.py:94:67: E741 Ambiguous variable name: `l`
|
Lint with ruff:
tests/e2e/test_stride_error.py#L27
tests/e2e/test_stride_error.py:27:121: E501 Line too long (121 > 120 characters)
|
Lint with ruff:
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:`
|
Lint with ruff:
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:`
|
Lint with ruff:
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:`
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading