Skip to content

Commit

Permalink
Update test_laser_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerjolly authored Jan 15, 2024
1 parent 5a21323 commit 46eb96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_laser_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_laser_analysis_utils():
energy = compute_laser_energy(dim, laser.grid)
np.testing.assert_approx_equal(spectrum_energy, energy, significant=10)

# Check that laser duration agrees with the given one.
# Check that laser central time agrees with the given one.
t_peak_rms = get_t_peak(laser.grid, dim)
np.testing.assert_approx_equal(t_peak_rms, laser.profile.t_peak, significant=3)

Expand Down

0 comments on commit 46eb96a

Please sign in to comment.