Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganise "hydrostatic" vertical slice tests #583

Merged
merged 15 commits into from
Feb 10, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
xfail hydrostatic eqns on this branch
  • Loading branch information
tommbendall authored Dec 20, 2024
commit c4485351227ef4ae12a328867f78a28f42eaf3fd
Original file line number Diff line number Diff line change
@@ -65,6 +65,8 @@ def test_skamarock_klemp_nonhydrostatic_parallel():
test_skamarock_klemp_nonhydrostatic()


# Hydrostatic equations not currently working
@pytest.mark.xfail
def test_hyd_switch_skamarock_klemp_nonhydrostatic():
from skamarock_klemp_nonhydrostatic import skamarock_klemp_nonhydrostatic
test_name = 'hyd_switch_skamarock_klemp_nonhydrostatic'
@@ -79,6 +81,8 @@ def test_hyd_switch_skamarock_klemp_nonhydrostatic():
)


# Hydrostatic equations not currently working
@pytest.mark.xfail
@pytest.mark.parallel(nprocs=2)
def test_hyd_switch_skamarock_klemp_nonhydrostatic_parallel():
test_hyd_switch_skamarock_klemp_nonhydrostatic()