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 0670864 commit afc1cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_laser_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def get_gaussian_laser(dim):
hi = (25e-6, +100e-15)
npoints = (100, 200)
else: # dim == "xyt":
lo = (-25e-6, -25e-6, -60e-15)
hi = (+25e-6, +25e-6, +60e-15)
lo = (-25e-6, -25e-6, -100e-15)
hi = (+25e-6, +25e-6, +100e-15)
npoints = (100, 100, 200)
return Laser(dim, lo, hi, npoints, get_gaussian_profile())

Expand Down

0 comments on commit afc1cff

Please sign in to comment.