Skip to content
Draft
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 @@ -122,7 +122,6 @@ def compute_theta_rho_face_value_by_miura_scheme_numpy(


@pytest.mark.embedded_remap_error
@pytest.mark.skip_value_error
@pytest.mark.uses_as_offset
class TestComputeThetaRhoPressureGradientAndUpdateVn(test_helpers.StencilTest):
PROGRAM = compute_theta_rho_face_values_and_pressure_gradient_and_update_vn
Expand Down Expand Up @@ -233,7 +232,7 @@ def reference(
)

# initialize also nest boundary points with zero
if limited_area:
if limited_area: # TODO check this
(rho_at_edges_on_model_levels, theta_v_at_edges_on_model_levels) = np.where(
(horz_idx >= start_edge_lateral_boundary) & (horz_idx < end_edge_halo),
(
Expand Down
Loading