Skip to content

Commit

Permalink
Update test_laser_profiles.py
Browse files Browse the repository at this point in the history
Update GaussianProfile call
  • Loading branch information
spencerjolly authored Dec 14, 2023
1 parent a37a7aa commit 3e17248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_laser_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ 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)
profile = GaussianProfile(wavelength, pol, laser_energy, w0, a=0, b=0, tau, gdd=0, t_peak)

return profile

Expand Down

0 comments on commit 3e17248

Please sign in to comment.