update: move lattice analyzer to a folder #1912
cicd.yml
on: push
Matrix: run-py-linter
Matrix: run-js-tests
Matrix: run-py-tests
publish-py-package
0s
Annotations
4 errors and 1 warning
run-py-linter (3.10.13)
Process completed with exit code 1.
|
Ruff (F401):
tests/py/unit/test_tools_analyze.py#L28
tests/py/unit/test_tools_analyze.py:28:20: F401 `.utils.assert_two_entities_deep_almost_equal` imported but unused
|
Ruff (F401):
tests/py/unit/test_tools_analyze.py#L25
tests/py/unit/test_tools_analyze.py:25:69: F401 `.fixtures.bulk.BULK_Si_PRIMITIVIZED` imported but unused
|
Ruff (F841):
src/py/mat3ra/made/tools/analyze/lattice/utils.py#L177
src/py/mat3ra/made/tools/analyze/lattice/utils.py:177:5: F841 Local variable `c_est` is assigned to but never used
|
run-py-linter (3.10.13)
Unexpected input(s) 'python-version', valid inputs are ['exclude']
|