#25: rank/node memory bounds in batch mode #63
Annotations
12 errors, 6 warnings, and 10 notices
code-quality (ubuntu-latest, 3.11)
Process completed with exit code 1.
|
code-quality (ubuntu-latest, 3.11)
No test report files were found
|
code-quality (ubuntu-latest, 3.10)
Process completed with exit code 1.
|
code-quality (ubuntu-latest, 3.10)
No test report files were found
|
code-quality (ubuntu-latest, 3.8)
No test report files were found
|
code-quality (ubuntu-latest, 3.8):
src/ccm_milp_full.py#L87
Possibly using variable 'node_memory_bound' before assignment (possibly-used-before-assignment)
|
code-quality (ubuntu-latest, 3.8):
src/ccm_milp_parse_json.py#L49
No value for argument 'rank_mem_bnd' in staticmethod call (no-value-for-parameter)
|
code-quality (ubuntu-latest, 3.8):
src/ccm_milp_parse_json.py#L49
No value for argument 'node_mem_bnd' in staticmethod call (no-value-for-parameter)
|
code-quality (ubuntu-latest, 3.8):
src/ccm_milp_problem.py#L44
No name 'Config' in module 'ccm_milp.configuration' (no-name-in-module)
|
code-quality (ubuntu-latest, 3.8)
Process completed with exit code 255.
|
code-quality (ubuntu-latest, 3.9)
Process completed with exit code 1.
|
code-quality (ubuntu-latest, 3.9)
No test report files were found
|
code-quality (ubuntu-latest, 3.11)
No file matches path artifacts/unittest/reports/TEST-*.xml
|
code-quality (ubuntu-latest, 3.10)
No file matches path artifacts/unittest/reports/TEST-*.xml
|
code-quality (ubuntu-latest, 3.8)
No file matches path artifacts/unittest/reports/TEST-*.xml
|
code-quality (ubuntu-latest, 3.8):
src/ccm_milp/configuration.py#L37
Unused import sys (unused-import)
|
code-quality (ubuntu-latest, 3.8):
src/ccm_milp/data.py#L37
Unused import math (unused-import)
|
code-quality (ubuntu-latest, 3.9)
No file matches path artifacts/unittest/reports/TEST-*.xml
|
code-quality (ubuntu-latest, 3.8):
src/ccm_milp_full.py#L55
Trailing whitespace (trailing-whitespace)
|
code-quality (ubuntu-latest, 3.8):
src/ccm_milp_full.py#L74
Unnecessary parens after ':=' keyword (superfluous-parens)
|
code-quality (ubuntu-latest, 3.8):
src/ccm_milp_full.py#L170
Line too long (121/120) (line-too-long)
|
code-quality (ubuntu-latest, 3.8):
src/ccm_milp_full.py#L137
Missing function or method docstring (missing-function-docstring)
|
code-quality (ubuntu-latest, 3.8):
src/ccm_milp_full.py#L149
Missing function or method docstring (missing-function-docstring)
|
code-quality (ubuntu-latest, 3.8):
src/ccm_milp_full.py#L152
Too many local variables (19/15) (too-many-locals)
|
code-quality (ubuntu-latest, 3.8):
src/ccm_milp_full.py#L43
standard import "typing.Final" should be placed before third party import "yaml" (wrong-import-order)
|
code-quality (ubuntu-latest, 3.8):
src/ccm_milp/data.py#L39
Constant name "verbose" doesn't conform to UPPER_CASE naming style (invalid-name)
|
code-quality (ubuntu-latest, 3.8):
src/ccm_milp/data.py#L41
Too many instance attributes (13/10) (too-many-instance-attributes)
|
code-quality (ubuntu-latest, 3.8):
src/ccm_milp/data.py#L59
Too many local variables (30/15) (too-many-locals)
|