Skip to content

Commit

Permalink
Update test_apply_diffusion_to_w_and_compute_horizontal_gradients_for…
Browse files Browse the repository at this point in the history
…_turbulence.py

commented out marker
  • Loading branch information
nfarabullini authored Jan 13, 2025
1 parent 727926d commit d6999d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class TestApplyDiffusionToWAndComputeHorizontalGradientsForTurbulence(StencilTest):
PROGRAM = apply_diffusion_to_w_and_compute_horizontal_gradients_for_turbulence
OUTPUTS = ("w", "dwdx", "dwdy")
MARKER = (pytest.mark.embedded_skip,)
# MARKER = (pytest.mark.embedded_skip,)

@staticmethod
def reference(
Expand Down

0 comments on commit d6999d8

Please sign in to comment.