From 9f1b2202804537852b2ae9a20a551c9a27a13947 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:31:36 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_STC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_STC.py b/tests/test_STC.py index 66c54b15..08231629 100644 --- a/tests/test_STC.py +++ b/tests/test_STC.py @@ -1,7 +1,7 @@ """ Test the implementation of spatio-temporal coupling (STC). -This test verifies the correct implementation of initialization and diagnostics for spatio-temporal coupling in Gaussian lasers. It does so by creating a Gaussian pulse at focus and calculating the STC factors using the implemented functions in `laser.utils`. +This test verifies the correct implementation of initialization and diagnostics for spatio-temporal coupling in Gaussian lasers. It does so by creating a Gaussian pulse at focus and calculating the STC factors using the implemented functions in `laser.utils`. Additionally, the correctness is validated by comparing the Gaussian profile at focus with a combined Gaussian profile out of focus. """