Skip to content

Commit

Permalink
Update ci/scripts/tests/test_create_experiment.py
Browse files Browse the repository at this point in the history
yes

Co-authored-by: Rahul Mahajan <[email protected]>
  • Loading branch information
TerrenceMcGuinness-NOAA and aerorahul authored Jul 4, 2024
1 parent c5664f5 commit 307b36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/tests/test_create_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def test_create_experiment():
env['pslot'] = case
env['RUNTESTS'] = RUNDIR

create_experiment_script = Executable('../../../workflow/create_experiment.py')
create_experiment_script.add_default_arg(['-y', f'../../cases/pr/{case}.yaml', '--overwrite'])
create_experiment_script = Executable(f'{HOMEgfs}/workflow/create_experiment.py')
create_experiment_script.add_default_arg(['-y', f'{HOMEgfs}/ci/cases/pr/{case}.yaml', '--overwrite'])
create_experiment_script(env=env)
assert (create_experiment_script.returncode == 0)

Expand Down

0 comments on commit 307b36d

Please sign in to comment.