Skip to content

Commit

Permalink
Fix up last failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Oct 27, 2023
1 parent d8ddf0b commit 98897fa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/physics/test_boundary_layer_mixing.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from gusto.labels import physics_label
from firedrake import (VectorFunctionSpace, PeriodicIntervalMesh, as_vector,
exp, SpatialCoordinate, ExtrudedMesh, Function)
from firedrake.fml import identity
import pytest


Expand Down
1 change: 1 addition & 0 deletions integration-tests/physics/test_saturation_adjustment.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from firedrake import (norm, Constant, PeriodicIntervalMesh,
SpatialCoordinate, ExtrudedMesh, Function, sqrt,
conditional)
from firedrake.fml import identity
from netCDF4 import Dataset
import pytest

Expand Down
1 change: 1 addition & 0 deletions integration-tests/physics/test_static_adjustment.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from gusto.labels import physics_label
from firedrake import (Constant, PeriodicIntervalMesh,
SpatialCoordinate, ExtrudedMesh, Function)
from firedrake.fml import identity
import pytest


Expand Down
1 change: 1 addition & 0 deletions integration-tests/physics/test_suppress_vertical_wind.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from gusto.labels import physics_label
from firedrake import (Constant, PeriodicIntervalMesh, as_vector, sin, norm,
SpatialCoordinate, ExtrudedMesh, Function, dot)
from firedrake.fml import identity


def run_suppress_vertical_wind(dirname):
Expand Down
1 change: 1 addition & 0 deletions integration-tests/physics/test_surface_fluxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from gusto.labels import physics_label
from firedrake import (norm, Constant, PeriodicIntervalMesh, as_vector,
SpatialCoordinate, ExtrudedMesh, Function, conditional)
from firedrake.fml import identity
import pytest


Expand Down
1 change: 1 addition & 0 deletions integration-tests/physics/test_wind_drag.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from gusto.labels import physics_label
from firedrake import (norm, Constant, PeriodicIntervalMesh, as_vector, dot,
SpatialCoordinate, ExtrudedMesh, Function, conditional)
from firedrake.fml import identity
import pytest


Expand Down

0 comments on commit 98897fa

Please sign in to comment.