Skip to content

Commit

Permalink
Update test_gaussian_propagator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerjolly authored Jan 15, 2024
1 parent afc1cff commit df03522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_gaussian_propagator.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_3D_case(gaussian):
dim = "xyt"
lo = (-25e-6, -25e-6, -60e-15)
hi = (+25e-6, +25e-6, +60e-15)
npoints = (100, 100, 100)
npoints = (200, 200, 100)

laser = Laser(dim, lo, hi, npoints, gaussian)
check_gaussian_propagation(laser)
Expand All @@ -77,7 +77,7 @@ def test_RT_case(gaussian):
dim = "rt"
lo = (0e-6, -60e-15)
hi = (25e-6, +60e-15)
npoints = (100, 100)
npoints = (200, 100)

laser = Laser(dim, lo, hi, npoints, gaussian)
check_gaussian_propagation(laser)

0 comments on commit df03522

Please sign in to comment.