Skip to content

Commit

Permalink
Passed qa after resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
OngChia committed Nov 8, 2023
1 parent 9eae2c1 commit 0d4dddd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,6 @@ def test_run_solve_nonhydro_single_step(
)



@pytest.mark.datatest
@pytest.mark.parametrize(
"istep_init, jstep_init, step_date_init, istep_exit, jstep_exit, step_date_exit",
Expand Down
2 changes: 1 addition & 1 deletion model/driver/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def timeloop_velocity_savepoint_init(
data_provider, # noqa: F811
timeloop_date,
timeloop_istep_init,
vn_only_init, # noqa: F811
vn_only_init,
timeloop_jstep_init,
):
"""
Expand Down

0 comments on commit 0d4dddd

Please sign in to comment.