From 3e172480b84b2bce3187a6eaf765399235b85723 Mon Sep 17 00:00:00 2001 From: Spencer Jolly <35569785+spencerjolly@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:45:52 +0100 Subject: [PATCH] Update test_laser_profiles.py Update GaussianProfile call --- tests/test_laser_profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_laser_profiles.py b/tests/test_laser_profiles.py index 2073743e..1cb78afc 100644 --- a/tests/test_laser_profiles.py +++ b/tests/test_laser_profiles.py @@ -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