Skip to content

Commit

Permalink
fixed pynorms spacing and git tab line in gitmoduels
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry McGuinness committed Jun 28, 2024
1 parent 0e82a70 commit 9bcf7e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions ci/scripts/tests/test_create_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
RUNDIR = os.path.join(_here, 'testdata/RUNDIR')
case = "C48_ATM"


def test_create_experiment():

env = os.environ.copy()
Expand Down
1 change: 0 additions & 1 deletion ci/scripts/tests/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9bcf7e5

Please sign in to comment.