Skip to content

Commit

Permalink
bug (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
joglekara authored Sep 13, 2024
1 parent e2448a4 commit b5ff782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_lpse2d/test_epw_frequency.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def _real_part_():
cfg["drivers"]["E2"]["w0"] = w0 * rand_scalar
cfg["grid"]["xmax"] = f"{10*float(2 * np.pi / k0)}um"
cfg["grid"]["tmax"] = "1ps"
cfg["save"]["t"]["tmax"] = "1ps"
cfg["save"]["t"]["dt"] = "5fs"
cfg["save"]["fields"]["t"]["tmax"] = "1ps"
cfg["save"]["fields"]["t"]["dt"] = "5fs"

exo = ergoExo()
modules = exo.setup(cfg)
Expand Down

0 comments on commit b5ff782

Please sign in to comment.