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 Dec 14, 2023
1 parent ae1f801 commit 7ace218
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_laser_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ def gaussian():
t_peak = 0.0e-15 # s
tau = 30.0e-15 # s
w0 = 5.0e-6 # m
profile = GaussianProfile(wavelength, pol, laser_energy, w0, tau, t_peak, a=0, b=0, gdd=0)
profile = GaussianProfile(
wavelength, pol, laser_energy, w0, tau, t_peak, a=0, b=0, gdd=0
)

return profile

Expand Down

0 comments on commit 7ace218

Please sign in to comment.