Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ def reference(

@pytest.fixture
def input_data(self, grid: base.Grid):
pytest.xfail(
"stencil segfaults with GTFN and it is not used in diffusion: it is missing an if condition"
)
kh_smag_e = random_field(grid, dims.EdgeDim, dims.KDim)
inv_dual_edge_length = random_field(grid, dims.EdgeDim)
theta_v_in = random_field(grid, dims.CellDim, dims.KDim)
Expand Down