Skip to content

feat: add numerical laplace transform #17833

feat: add numerical laplace transform

feat: add numerical laplace transform #17833

Triggered via pull request May 4, 2026 17:51
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
ruff (E501): maths/laplace_transformation.py#L60
maths/laplace_transformation.py:60:89: E501 Line too long (92 > 88)
ruff (E501): maths/laplace_transformation.py#L57
maths/laplace_transformation.py:57:89: E501 Line too long (96 > 88)
ruff (EM102): maths/laplace_transformation.py#L57
maths/laplace_transformation.py:57:26: EM102 Exception must not use an f-string literal, assign to variable first help: Assign to variable; remove f-string literal