Add save and load options for top_k_tanimoto_scores #99
CI_first_code_checks.yml
on: push
first code check / python-3.13 / ubuntu-latest
7m 30s
Annotations
8 errors and 1 warning
|
first code check / python-3.13 / ubuntu-latest
Process completed with exit code 1.
|
|
Ruff (F401):
ms2query/run_ms2query.py#L13
ms2query/run_ms2query.py:13:48: F401 `ms2query.benchmarking.Fingerprints.Fingerprints` imported but unused
|
|
Ruff (F401):
ms2query/run_ms2query.py#L8
ms2query/run_ms2query.py:8:33: F401 `ms2deepscore.models.load_model` imported but unused
|
|
Ruff (F401):
ms2query/run_ms2query.py#L7
ms2query/run_ms2query.py:7:31: F401 `matchms.importing.load_spectra` imported but unused
|
|
Ruff (F401):
ms2query/run_ms2query.py#L6
ms2query/run_ms2query.py:6:21: F401 `matchms.Spectrum` imported but unused
|
|
Ruff (F401):
ms2query/run_ms2query.py#L3
ms2query/run_ms2query.py:3:20: F401 `typing.Sequence` imported but unused
|
|
Ruff (F401):
ms2query/run_ms2query.py#L2
ms2query/run_ms2query.py:2:21: F401 `pathlib.Path` imported but unused
|
|
Ruff (F401):
ms2query/run_ms2query.py#L1
ms2query/run_ms2query.py:1:8: F401 `json` imported but unused
|
|
first code check / python-3.13 / ubuntu-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|