From 41a1ceb964c159ae484d3afbed3ba0c4ba11a439 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:19:11 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_denoise.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/test_denoise.py b/tests/test_denoise.py index 64fc527b..ce4c9a4b 100644 --- a/tests/test_denoise.py +++ b/tests/test_denoise.py @@ -8,9 +8,6 @@ import numpy as np -from lasy.profiles.transverse.super_gaussian_profile import ( - GaussianTransverseProfile, -) from lasy.utils.denoise import hg_reconstruction @@ -18,11 +15,11 @@ def test_denoise_hg_reconstruction(): # Parameters waist = 20e-6 shape_parameter = 3 - wavelength = 8e-7 + wavelength = 8e-7 resolution = 0.2e-6 lo = [-2e-4, -2e-4] hi = [2e-4, 2e-4] - + # Define the transverse profile transverse_profile = SuperGaussianTransverseProfile( waist, shape_parameter