Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
oelbert committed Jan 3, 2024
1 parent 139c92c commit 295544e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions driver/tests/mpi/test_restart.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import pace.util
from pace.driver import DriverConfig
from pace.driver.state import DriverState
from pace.physics import PHYSICS_PACKAGES


# The packages we import will import MPI, causing an MPI init, but we don't actually
Expand Down Expand Up @@ -65,6 +66,7 @@ def test_restart():
damping_coefficients=damping_coefficients,
driver_grid_data=driver_grid_data,
grid_data=grid_data,
schemes=[PHYSICS_PACKAGES["GFS_microphysics"]],
)

assert isinstance(driver_state, DriverState)
Expand Down

0 comments on commit 295544e

Please sign in to comment.