Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 2, 2025
1 parent e87b2dc commit 41a1ceb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/test_denoise.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,18 @@

import numpy as np

from lasy.profiles.transverse.super_gaussian_profile import (
GaussianTransverseProfile,
)
from lasy.utils.denoise import hg_reconstruction


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
Expand Down

0 comments on commit 41a1ceb

Please sign in to comment.