Additional tidying, difficult numpy indexing rules #626
Annotations
10 errors
Lint:
ngsPETSc/utils/firedrake/meshes.py#L81
ngsPETSc/utils/firedrake/meshes.py:81:0: W0311 Bad indentation. Found 8 spaces, expected 4
|
Lint:
ngsPETSc/utils/firedrake/meshes.py#L82
ngsPETSc/utils/firedrake/meshes.py:82:0: W0311 Bad indentation. Found 8 spaces, expected 4
|
Lint:
ngsPETSc/utils/firedrake/meshes.py#L83
ngsPETSc/utils/firedrake/meshes.py:83:0: W0311 Bad indentation. Found 12 spaces, expected 8
|
Lint:
ngsPETSc/utils/firedrake/meshes.py#L84
ngsPETSc/utils/firedrake/meshes.py:84:0: W0311 Bad indentation. Found 16 spaces, expected 12
|
Lint:
ngsPETSc/utils/firedrake/meshes.py#L85
ngsPETSc/utils/firedrake/meshes.py:85:0: W0311 Bad indentation. Found 8 spaces, expected 4
|
Lint:
ngsPETSc/utils/firedrake/meshes.py#L110
ngsPETSc/utils/firedrake/meshes.py:110:0: C0301 Line too long (114/100)
|
Lint:
ngsPETSc/utils/firedrake/meshes.py#L113
ngsPETSc/utils/firedrake/meshes.py:113:0: C0301 Line too long (114/100)
|
Lint:
ngsPETSc/utils/firedrake/meshes.py#L110
ngsPETSc/utils/firedrake/meshes.py:110:8: W0707 Consider explicitly re-raising using 'except ValueError as exc' and 'raise ValueError('It was not possible to find a permutation for every cell within the provided tolerance') from exc'
|
Lint:
ngsPETSc/utils/firedrake/meshes.py#L184
ngsPETSc/utils/firedrake/meshes.py:184:4: W1515 Leaving functions creating breakpoints in production code is not recommended
|
Lint:
ngsPETSc/utils/firedrake/meshes.py#L118
ngsPETSc/utils/firedrake/meshes.py:118:28: W0613 Unused argument 'tol'
|
Loading