Skip to content

Link the correct gwd fix files for GSL drag. #19

Link the correct gwd fix files for GSL drag.

Link the correct gwd fix files for GSL drag. #19

GitHub Actions / Test Results failed Sep 17, 2024 in 0s

1 fail, 7 pass in 8s

8 tests  ±0   7 ✅ ±0   8s ⏱️ -2s
1 suites ±0   0 💤 ±0 
1 files   ±0   1 ❌ ±0 

Results for commit 1e61f83. ± Comparison against earlier commit 494320d.

Annotations

Check warning on line 0 in test_setup

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_setup_xml (test_setup) failed

ci/scripts/tests/test-results.xml [took 0s]
Raw output
AssertionError: assert 'gsd-fv3' == 'fv3-cpu'
  
  - fv3-cpu
  + gsd-fv3
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()
        assert (setup_xml_script.returncode == 0)
    
        cfg = Configuration(f"{RUNDIR}/{pslot}")
        base = cfg.parse_config('config.base')
>       assert base.ACCOUNT == account
E       AssertionError: assert 'gsd-fv3' == 'fv3-cpu'
E         
E         - fv3-cpu
E         + gsd-fv3

test_setup.py:37: AssertionError