Skip to content
Merged
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
13 changes: 0 additions & 13 deletions src/model_config_tests/config_tests/qa/test_access_om2_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,19 +126,6 @@ def test_mppncombine_fast_collate_exe(self, config, branch):
"mpi"
], "Expect `mpi: true` when using mppnccombine-fast"

def test_sync_userscript_ice_concatenation(self, config):
# This script runs in the sync pbs job before syncing output to a
# remote location
script = "/g/data/vk83/apps/om2-scripts/concatenate_ice/concat_ice_daily.sh"
assert (
"userscripts" in config
and "sync" in config["userscripts"]
and config["userscripts"]["sync"] == script
), (
"Expect sync userscript set to ice-concatenation script."
+ f"\nuserscript:\n sync: {script}"
)

def test_metadata_realm(self, metadata, branch):
expected_realms = {"ocean", "seaIce"}
expected_config = "realm:\n - ocean\n - seaIce"
Expand Down
Loading