Transformation utility to fix sequence association #250
Annotations
10 errors
loki/transform/transform_scalar_syntax.py#L71
C0303: Trailing whitespace (trailing-whitespace)
|
loki/transform/transform_scalar_syntax.py#L42
R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
|
loki/transform/transform_scalar_syntax.py#L56
R1701: Consider merging these isinstance calls to isinstance(cc, (IntLiteral, int)) (consider-merging-isinstance)
|
loki/transform/transform_scalar_syntax.py#L94
R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
|
loki/transform/transform_scalar_syntax.py#L115
R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
|
loki/transform/transform_scalar_syntax.py#L169
R1721: Unnecessary use of a comprehension, use list(arg.dimensions[len(dummy.shape):]) instead. (unnecessary-comprehension)
|
loki/transform/transform_scalar_syntax.py#L16
C0411: third party import "import pymbolic.primitives as pmbl" should be placed before "from loki.expression import Sum, Product, IntLiteral, Scalar, Array, RangeIndex, SubstituteExpressions" (wrong-import-order)
|
loki/transform/transform_scalar_syntax.py#L8
W0611: Unused Product imported from loki.expression (unused-import)
|
loki/transform/transform_scalar_syntax.py#L8
W0611: Unused Scalar imported from loki.expression (unused-import)
|
|
The logs for this run have expired and are no longer available.
Loading