From 60d4cedf47b4b2657f8e2c188b3a5650109626be Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 22:54:30 +0000 Subject: [PATCH 1/2] Initial plan From 4c8438d131c7f5c28ca2ca8a192e53d0f7476b73 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 23:05:58 +0000 Subject: [PATCH 2/2] Remove unused math import from tests/test_utils.py Co-authored-by: tinix84 <16301528+tinix84@users.noreply.github.com> --- tests/test_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_utils.py b/tests/test_utils.py index 219c256..42a3dd7 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -5,7 +5,6 @@ power calculations, and reflected waveform transformations. """ import pytest -import math import PyOpenMagnetics