Skip to content

Move away from soon deprecated functions read_gpickle and write_gpickle #106

Move away from soon deprecated functions read_gpickle and write_gpickle

Move away from soon deprecated functions read_gpickle and write_gpickle #106

GitHub Actions / Pylint failed Nov 30, 2023 in 0s

14 errors

Pylint found 14 errors

Annotations

Check failure on line 327 in src/quark2_adapter/adapters.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/adapters.py#L327

Line too long (137/120) (line-too-long, C0301)

Check failure on line 237 in src/quark2_adapter/adapters.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/adapters.py#L237

Unused variable 'i' (unused-variable, W0612)

Check failure on line 25 in src/quark2_adapter/adapters.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/adapters.py#L25

Imports from package modules are not grouped (ungrouped-imports, C0412)

Check failure on line 26 in src/quark2_adapter/adapters.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/adapters.py#L26

Imports from package quark2_adapter are not grouped (ungrouped-imports, C0412)

Check failure on line 27 in src/quark2_adapter/adapters.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/adapters.py#L27

Imports from package modules are not grouped (ungrouped-imports, C0412)

Check failure on line 28 in src/quark2_adapter/adapters.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/adapters.py#L28

Imports from package quark2_adapter are not grouped (ungrouped-imports, C0412)

Check failure on line 29 in src/quark2_adapter/adapters.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/adapters.py#L29

Imports from package modules are not grouped (ungrouped-imports, C0412)

Check failure on line 30 in src/quark2_adapter/adapters.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/adapters.py#L30

Imports from package quark2_adapter are not grouped (ungrouped-imports, C0412)

Check failure on line 202 in src/quark2_adapter/legacy_classes/Application.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/legacy_classes/Application.py#L202

Line too long (122/120) (line-too-long, C0301)

Check failure on line 76 in src/quark2_adapter/legacy_classes/Solver.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/legacy_classes/Solver.py#L76

Line too long (121/120) (line-too-long, C0301)

Check failure on line 87 in src/quark2_adapter/legacy_classes/Solver.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/legacy_classes/Solver.py#L87

Too many positional arguments for function call (too-many-function-args, E1121)

Check failure on line 50 in src/quark2_adapter/legacy_classes/Device.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/quark2_adapter/legacy_classes/Device.py#L50

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 18 in src/modules/applications/optimization/TSP/TSP.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/optimization/TSP/TSP.py#L18

Standard import "import pickle" should be placed before "import networkx as nx" (wrong-import-order, C0411)

Check failure on line 19 in src/modules/applications/optimization/PVC/PVC.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/optimization/PVC/PVC.py#L19

Standard import "import pickle" should be placed before "import networkx as nx" (wrong-import-order, C0411)