From 9bcf7e572c64a77cd4b0d60e747cc6c0cd6c6922 Mon Sep 17 00:00:00 2001 From: Terry McGuinness Date: Fri, 28 Jun 2024 14:17:22 -0400 Subject: [PATCH] fixed pynorms spacing and git tab line in gitmoduels --- .gitmodules | 2 +- ci/scripts/tests/test_create_experiment.py | 1 + ci/scripts/tests/test_setup.py | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index cdfd0ae82a..5c9e569243 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,7 @@ ignore = dirty [submodule "sorc/wxflow"] path = sorc/wxflow - url = https://github.com/NOAA-EMC/wxflow.git + url = https://github.com/NOAA-EMC/wxflow [submodule "sorc/gfs_utils.fd"] path = sorc/gfs_utils.fd url = https://github.com/NOAA-EMC/gfs-utils diff --git a/ci/scripts/tests/test_create_experiment.py b/ci/scripts/tests/test_create_experiment.py index 5b4f18213a..332f0d850a 100644 --- a/ci/scripts/tests/test_create_experiment.py +++ b/ci/scripts/tests/test_create_experiment.py @@ -7,6 +7,7 @@ RUNDIR = os.path.join(_here, 'testdata/RUNDIR') case = "C48_ATM" + def test_create_experiment(): env = os.environ.copy() diff --git a/ci/scripts/tests/test_setup.py b/ci/scripts/tests/test_setup.py index c3f11c1ebc..eec4f85b44 100755 --- a/ci/scripts/tests/test_setup.py +++ b/ci/scripts/tests/test_setup.py @@ -27,7 +27,6 @@ def test_setup_expt(): def test_setup_xml(): - setup_xml_script = Executable(os.path.join(HOMEgfs, "workflow/setup_xml.py")) setup_xml_script.add_default_arg(f"{RUNDIR}/{pslot}") setup_xml_script()