Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Paaaaarth authored Jan 2, 2025
1 parent 111cf2a commit c66c567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_denoise.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_denoise_hg_reconstruction():
transverse_profile = GaussianTransverseProfile(
waist, shape_parameter
) # Super-Gaussian profile
transverse_profile_cleaned, waist, laser_energy_new = hg_reconstruction(
transverse_profile_cleaned, waist = hg_reconstruction(
transverse_profile, wavelength
) # Denoised profile

Expand Down

0 comments on commit c66c567

Please sign in to comment.