Skip to content

Commit

Permalink
Address reviewer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
egparedes committed Jan 9, 2025
1 parent 3100e28 commit 6f367ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions model/driver/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@

# TODO (Chia Rui): Reuse those pytest fixtures for diffusion test instead of creating here
@pytest.fixture
def r04b09_diffusion_config(
ndyn_substeps, # imported `ndyn_substeps` fixture
) -> diffusion.DiffusionConfig:
def r04b09_diffusion_config(ndyn_substeps) -> diffusion.DiffusionConfig:
"""
Create DiffusionConfig matching MCH_CH_r04b09_dsl.
Expand All @@ -128,7 +126,7 @@ def r04b09_diffusion_config(

@pytest.fixture
def r04b09_iconrun_config(
ndyn_substeps, # imported `ndyn_substeps` fixture
ndyn_substeps,
timeloop_date_init,
timeloop_date_exit,
timeloop_diffusion_linit_init,
Expand Down

0 comments on commit 6f367ca

Please sign in to comment.