Skip to content

Commit

Permalink
just removed line for extra var to setup_expt
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcguinness committed May 31, 2024
1 parent 75f44b4 commit 1cad3a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/scripts/tests/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@

def test_setup_expt():

setup_expt_py = os.path.join(HOMEgfs, "workflow", "setup_expt.py")

arguments = [
"gfs", "forecast-only",
"--pslot", "C48_ATM", "--app", "ATM", "--resdetatmos", "48",
"--comroot", f"{RUNDIR}/COMROT", "--expdir", f"{RUNDIR}/EXPDIR",
"--idate", "2021032312", "--edate", "2021032312", "--overwrite"
]
setup_expt_script = Executable(setup_expt_py)
setup_expt_script = Executable(os.path.join(HOMEgfs, "workflow", "setup_expt.py"))
setup_expt_script.add_default_arg(arguments)
setup_expt_script()
assert (setup_expt_script.returncode == 0)
Expand Down

0 comments on commit 1cad3a2

Please sign in to comment.