Skip to content
Snippets Groups Projects
Commit 508701f6 authored by Richard Angersbach's avatar Richard Angersbach
Browse files

Fix lint

parent 3757e179
No related branches found
No related tags found
1 merge request!438Reduction Support
......@@ -63,7 +63,7 @@ from ..ast.vector import PsVecMemAcc
from ..constants import PsConstant
from ...types import PsNumericType, PsStructType, PsType
from ..exceptions import PsInputError
from ..functions import PsMathFunction, MathFunctions, NumericLimitsFunctions
from ..functions import PsMathFunction, MathFunctions
from ..exceptions import FreezeError
......
......@@ -3,6 +3,7 @@ from .exceptions import PsInternalCompilerError
from .functions import PsMathFunction, MathFunctions
from ..sympyextensions.reduction import ReductionOp
def reduction_op_to_expr(op: ReductionOp, op1, op2) -> PsExpression:
match op:
case ReductionOp.Add:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment